1.0.6 • Published 5 years ago

react-native-template-rnbs v1.0.6

Weekly downloads
28
License
-
Repository
-
Last release
5 years ago

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)
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago