Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`