The official JavaZone app, written in React Native
npm install
Start the emulator:
- Ios
react-native run-ios
- Android
react-native run-android
Make sure you have adb on computer (usually under C:\Users\[Username]\AppData\Local\Android\sdk\platform-tools) Download platform-tools for Android, including adb Make sure adb exists in path How to add adb to path in windows
When emulator is running or an Android device is connected run 'adb reverse tcp:8083 tcp:8083' Start project using react-native run-android Go to http://remotedev.io/local/ Open settings. Check "Use custom (local) server Host name should be 'localhost' and port '8083'.
Follow the steps described here to build a signed apk.