File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33![ image] ( https://i.imgur.com/sa5z3DR.gif )
44
5- ### featuring
5+ ### Featuring
66
77- iOS
88- Android
1212- Jest
1313- Eslint
1414
15- ### install brew
15+ ### Install brew
1616
1717``` sh
1818/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) "
1919```
2020
21- ### install dependencies
21+ ### Install dependencies
2222
2323``` sh
2424brew install node
@@ -27,7 +27,7 @@ sudo gem install cocoapods
2727npm i -g yarn
2828```
2929
30- ### install code
30+ ### Install code
3131
3232``` sh
3333git clone
[email protected] :ethanneff/react-native-web-typescript.git
3737pod install
3838```
3939
40- ### run
40+ ### Run
4141
4242``` sh
4343yarn ios
@@ -51,19 +51,19 @@ yarn android
5151yarn web
5252```
5353
54- ### lint
54+ ### Lint
5555
5656``` sh
5757yarn lint
5858```
5959
60- ### test
60+ ### Test
6161
6262``` sh
6363yarn test
6464```
6565
66- ### deploy
66+ ### Deploy
6767
6868``` sh
6969yarn build
You can’t perform that action at this time.
0 commit comments