Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smakosh/rn-boilerplate
Personal RN boilerplate with native base
https://github.com/smakosh/rn-boilerplate
react-native
Last synced: about 14 hours ago
JSON representation
Personal RN boilerplate with native base
- Host: GitHub
- URL: https://github.com/smakosh/rn-boilerplate
- Owner: smakosh
- Created: 2018-09-09T11:52:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T14:07:25.000Z (over 6 years ago)
- Last Synced: 2024-11-11T05:54:07.175Z (about 1 month ago)
- Topics: react-native
- Language: JavaScript
- Size: 892 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Personal RN boilerplate with native base
1- Make sure to create a `local.properties` inside `/android` directory
2- Then write this `sdk.dir = /Users//Library/Android/sdk` (replace `` with your username)
if you run somehow through this error: https://github.com/facebook/react-native/issues/7308
Run this cmd: `killall -9 node` to kill any node port running.
If you run somehow through this error: `unable to load script from assets index.android.bundle`
Run this cmd: `react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res`