Skip to content

Commit 6351d4f

Browse files
committed
docs: update readme for react native dependencies
1 parent 8964414 commit 6351d4f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,29 @@
22

33
![image](https://i.imgur.com/sa5z3DR.gif)
44

5-
## install
5+
### install brew
66

77
```sh
8-
gem install cocoapods
8+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
9+
```
10+
11+
### install dependencies
12+
13+
```sh
14+
brew install node
15+
brew install watchman
16+
sudo gem install cocoapods
917
npm i -g yarn
18+
```
19+
20+
### install code
21+
22+
```sh
1023
git clone [email protected]:ethanneff/react-native-web-typescript.git
1124
cd react-native-web-typescript
1225
yarn install
1326
cd ios
1427
pod install
15-
cd ..
1628
```
1729

1830
### run

0 commit comments

Comments
 (0)