File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
# React Native Basic App Template
2
2
3
3
A simple basic template to start a new React Native app with ESLint and custom scripts.
4
- Now supports React Native v0.57.x
5
4
6
5
## Requirements
7
6
7
+ - node
8
8
- react-native-cli
9
9
- yarn
10
10
@@ -38,18 +38,16 @@ To inject custom scripts and remove unnecessary files.
38
38
39
39
## Includes
40
40
41
- - [x] ESlint (extends Airbnb) v4.19.1
42
- - [x] Husky v1.1.2
43
- - [x] Lint Staged v7.3.0
44
- - [x] Prettier v1.14.3
45
- - [x] Flow v0.84.0
46
- - [x] Enzyme v3.7.0
41
+ - [x] ESlint (extends Airbnb)
42
+ - [x] Husky
43
+ - [x] Lint Staged
44
+ - [x] Prettier
45
+ - [x] Flow
46
+ - [x] Enzyme
47
47
48
48
### Custom Scripts
49
49
50
- - [x] ` android:build ` - Generate Release APK
51
50
- [x] ` android:install ` - Run in Release mode
52
- - [x] ` android:shake ` - Show DEV menu
53
51
- [x] ` ios:install ` - Run in Release mode
54
52
- [x] ` project:clean ` - Clean project
55
53
- [x] ` prettier:check ` - Check for unformatted files
You can’t perform that action at this time.
0 commit comments