-
Install Java: https://www.oracle.com/java/technologies/downloads/
-
Add JAVA_HOME Enviromental Variable to User variable with the value is the path to the java jdk
-
Install Node 12 LTS or greater at: https://nodejs.org/en/download/
-
Install React Native CLI:
npm install -g react-native-cli
- Install yarn:
npm install --global yarn
-
Install: https://developer.android.com/studio
-
Install Android 11 SDK
-
Add ANDROID_HOME to User Variable with the value is the path to the sdk folder of Android folder
-
Open terminal on the project directory and run:
yarn start
- In that terminal:
yarn run android
- To get the .apk file, from project directory, go to android folder and run:
./gradlew assembleRelease