1.0.6 • Published 6 years ago
react-native-template-rnbs v1.0.6
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)