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 1ba0ada commit b1924d1Copy full SHA for b1924d1
README.md
@@ -2,9 +2,6 @@
2
## How to run
3
* Think twice before you go with React Native
4
* `Xcode 10.1`
5
-* `npm i`
6
-* `react-native link`
7
-* `react-native run-ios --simulator='iPhone XS'`
8
-
9
-## Upgrade
10
-Time to upgrade to 0.62+. Coming soon!
+* `yarn`
+* `pod install`
+* `npx react-native run-ios`
0 commit comments