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 6cebbfe commit a1e2836Copy full SHA for a1e2836
example/package.json
@@ -5,10 +5,11 @@
5
"scripts": {
6
"build:clean": "rimraf ios/build",
7
"prepare": "patch-package",
8
- "start": "react-native start --reset-cache",
9
- "run:android": "react-native run-android",
10
- "run:ios": "react-native run-ios --simulator=\"iPhone 11\"",
11
- "run:ios13": "react-native run-ios --simulator=\"iPhone 11 ios13\""
+ "start": "yarn react-native start --reset-cache",
+ "run:android": "yarn react-native run-android",
+ "run:ios": "yarn react-native run-ios --simulator=\"iPhone 11\"",
+ "run:ios:default": "yarn react-native run-ios",
12
+ "run:ios13": "yarn react-native run-ios --simulator=\"iPhone 11 ios13\""
13
},
14
"dependencies": {
15
"react": "16.9.0",
0 commit comments