meiwaku-denwa.club
cd phonebook && yarn install
# Install Pods
cd ios && pod installRun this command to start the development server and to start your app on iOS simulator:
yarn run:ios
Or, if you prefer Android:
yarn run:android
That's it! Cool, right?
cd android
gradlew assembleRelease
or, you can relaese in Android Studio
-Select 'releas' of Build Variants item and check the 'V2(Full APK Signature) and then click the 'finish' button.
You can find the 'app-release.apk' on android/app/release folder.