Commit 232b5e2 1 parent dcc8060 commit 232b5e2 Copy full SHA for 232b5e2
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ image] ( https://i.imgur.com/sa5z3DR.gif )
4
4
5
- ### featuring
5
+ ### Featuring
6
6
7
7
- iOS
8
8
- Android
12
12
- Jest
13
13
- Eslint
14
14
15
- ### install brew
15
+ ### Install brew
16
16
17
17
``` sh
18
18
/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) "
19
19
```
20
20
21
- ### install dependencies
21
+ ### Install dependencies
22
22
23
23
``` sh
24
24
brew install node
@@ -27,7 +27,7 @@ sudo gem install cocoapods
27
27
npm i -g yarn
28
28
```
29
29
30
- ### install code
30
+ ### Install code
31
31
32
32
``` sh
33
33
git clone
[email protected] :ethanneff/react-native-web-typescript.git
37
37
pod install
38
38
```
39
39
40
- ### run
40
+ ### Run
41
41
42
42
``` sh
43
43
yarn ios
@@ -51,19 +51,19 @@ yarn android
51
51
yarn web
52
52
```
53
53
54
- ### lint
54
+ ### Lint
55
55
56
56
``` sh
57
57
yarn lint
58
58
```
59
59
60
- ### test
60
+ ### Test
61
61
62
62
``` sh
63
63
yarn test
64
64
```
65
65
66
- ### deploy
66
+ ### Deploy
67
67
68
68
``` sh
69
69
yarn build
You can’t perform that action at this time.
0 commit comments