Skip to content

Commit 832c955

Browse files
committed
Update readme
1 parent c009a67 commit 832c955

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# React Native Basic App Template
22

33
A simple basic template to start a new React Native app with ESLint and custom scripts.
4-
Now supports React Native v0.57.x
54

65
## Requirements
76

7+
- node
88
- react-native-cli
99
- yarn
1010

@@ -38,18 +38,16 @@ To inject custom scripts and remove unnecessary files.
3838

3939
## Includes
4040

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
4747

4848
### Custom Scripts
4949

50-
- [x] `android:build` - Generate Release APK
5150
- [x] `android:install` - Run in Release mode
52-
- [x] `android:shake` - Show DEV menu
5351
- [x] `ios:install` - Run in Release mode
5452
- [x] `project:clean` - Clean project
5553
- [x] `prettier:check` - Check for unformatted files

0 commit comments

Comments
 (0)