react-native-template-rnbs
v1.0.6
Published
```bash react-native init projectName --template rnbs ```
Downloads
8
Readme
Installation
react-native init projectName --template rnbs
Instructions
Go to project folder and remove default App entry point.
cd projectName && rm App.js
In 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)