| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
InMySeat
Requirements: Node.js React Cli
Other dependencies change based on target platform. See the React Native setup guide for other requirements
To build (Android):
npm i
react-native run-android
Building an APK
react-native bundle --dev false --platform android --entry-file index.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/src/main/res
cd android gradlew assembleDebug
To generate a signed APK, follow the [React Native guide] (https://facebook.github.io/react-native/docs/signed-apk-android)
Known bugs #Marker images in APK are much bigger in debug APK#
#No bundle detected#
| Back | FazBrowse Home | New Git URL |