react-native-template-rnbs
v1.0.6
Published
```bash react-native init projectName --template rnbs ```
Downloads
21
Readme
Installation
react-native init projectName --template rnbsInstructions
Go to project folder and remove default App entry point.
cd projectName && rm App.jsIn package.json scripts section, add this:
"lint": "node_modules/.bin/eslint *.js **/*.js"In package.json jest section, add this:
"transformIgnorePatterns": ["node_modules/(?!react-native|react-navigation)"]And finally:
react-native (run-android || run-ios)