Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 931 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 931 Bytes

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