A repository for tutorial purpose. For every branch, it is accompanied by a Medium post.
A simple, offline-first React Native application. Link to Medium post: TBA.
Make sure you have done everything needed in Getting Started > Building Projects with Native Code. Then, install the dependencies with npm install
.
- Debug: connect an Android device or emulator, then
npm run android
- See your CLI interface for any information, especially IP address and port
- After your application is installed in your device, it will automatically open up
- Open your application menu, click Dev Settings
- Choose the "Debug server host & port for device", fill it with the value given from the CLI
- Close the menu, reload the application
- Start developing!
Execute npm run build
in root directory. The output APK will be generated inside the android/app/build/outputs/apk
folder.
MIT