Posts Expokit-ios
Post
Cancel

Expokit-ios

How to Debug

  1. Run expo
  2. Import gradle project
  3. Setup setting

image

  1. Select simulator or device / control + R

Build release and Upload to Play store

  1. run expo publish
  2. Genrate signed bundle

image

  1. Select AAB or APK (You can reduce app size by AAB)

image

  1. Input the key
    • To get keystore, you can run expo fetch:android:keystore and download the file from your root project.

image

  1. Upload release file

image

This post is licensed under CC BY 4.0 by the author.