We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8964414 commit 6351d4fCopy full SHA for 6351d4f
README.md
@@ -2,17 +2,29 @@
2
3

4
5
-## install
+### install brew
6
7
```sh
8
-gem install cocoapods
+/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
17
npm i -g yarn
18
19
20
+### install code
21
22
23
git clone [email protected]:ethanneff/react-native-web-typescript.git
24
cd react-native-web-typescript
25
yarn install
26
cd ios
27
pod install
-cd ..
28
```
29
30
### run
0 commit comments