Sopy App

1. Setting up the development evironment in windows:

npm install -g react-native-cli
  • Install yarn:
npm install --global yarn

2. Run app in Android studio:

  • 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

3. Run app in real Android device:

  • To get the .apk file, from project directory, go to android folder and run:
./gradlew assembleRelease