1

Please does any one here have an idea how to package a react native app on windows? I need to send the APK for a demo.

Daniel Barde
  • 2,603
  • 5
  • 31
  • 40

1 Answers1

0

So after some long research i found two things put together that make it work.

Facebook's doc is great but the left out the part where you will need to bundle your app before building. Follow this to find out how to bundle your app. Bundle App

Follow this to find out the proper way yo generate your signed key and build the APK. Generate signed Key and build apk

NB: This answer solves the problem for Android developers on windows.

Community
  • 1
  • 1
Daniel Barde
  • 2,603
  • 5
  • 31
  • 40