Skip to content

Commit 12336a2

Browse files
committed
fix: add pod install to installation
1 parent 9eff51e commit 12336a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
## install
66

77
```sh
8+
gem install cocoapods
89
npm i -g yarn
910
git clone [email protected]:ethanneff/react-native-web-typescript.git
1011
cd react-native-web-typescript
1112
yarn install
13+
cd ios
14+
pod install
15+
cd ..
1216
```
1317

1418
### run

0 commit comments

Comments
 (0)