3

I have built my very simple first React Native app with expo CLI. Now I want to know if I can generate a APK file. I don't want to publish it anywhere. Can I generate the APK?

Thank you.

Harsh S.
  • 45
  • 7
  • 1
    possible duplicated https://stackoverflow.com/questions/35935060/how-can-i-generate-an-apk-that-can-run-without-server-with-react-native – Jiho Lee Oct 26 '20 at 13:51

1 Answers1

0

For expo, while you are still in your project folder, just enter the command

expo build:android
Ken Lee
  • 6,985
  • 3
  • 10
  • 29