Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Is there anything related to debug and release build ? Commented Feb 5, 2019 at 8:11
  • This might help, forums.expo.io/t/… Commented Feb 5, 2019 at 8:17
  • In expo while developing, you can run npm start to test the app. You will have to scan the QR code using the expo app or run the app on android or iOS simulator. Commented Feb 5, 2019 at 8:23
  • That I already did and can run. I just wanted to run through creating apk. That actually run via expo app not directly like android native app. so... Commented Feb 5, 2019 at 8:25
  • Run expo build:android to build the .apk Commented Feb 5, 2019 at 8:27