Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.11 KB

installation_instructions.md

File metadata and controls

31 lines (22 loc) · 1.11 KB

React Native CLI commands

  • react-native run-android
  • react-native run-ios

Debugger

I set up a shortcut on my computer to enter debugging options screen instead of shaking phone: Command + Option + E https://medium.com/delivery-com-engineering/react-native-stop-shaking-your-phone-1f4863140146

creating APK

creating apk (and deleting old apk)

  • cd android && ./gradlew clean && ./gradlew assembleRelease

loading apk to phone

  • cd .. && react-native run-android --variant=release

Modules