N
N
NewRobot2020-08-11 18:43:18
React Native
NewRobot, 2020-08-11 18:43:18

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

1 answer(s)
R
Roman Alexandrovich, 2020-08-11
@NewRobot

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 question

Ask a Question

731 491 924 answers to any question