Answer the question
In order to leave comments, you need to log in
How to make apk from react native code?
How to make apk. Do I need to go to the folder with my code through cmd and what to enter?
Answer the question
In order to leave comments, you need to log in
https://reactnative.dev/docs/signed-apk-android
here is the official documentation. There it is described in detail what should be what would be the apk.
here are the main commands
$ cd android //переход в папку android
$ ./gradlew bundleRelease //генерация апк
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question