Skip to content

Commit a1e2836

Browse files
committed
chore(example): allow test runs without react-native global install
1 parent 6cebbfe commit a1e2836

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

example/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"scripts": {
66
"build:clean": "rimraf ios/build",
77
"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\""
8+
"start": "yarn react-native start --reset-cache",
9+
"run:android": "yarn react-native run-android",
10+
"run:ios": "yarn react-native run-ios --simulator=\"iPhone 11\"",
11+
"run:ios:default": "yarn react-native run-ios",
12+
"run:ios13": "yarn react-native run-ios --simulator=\"iPhone 11 ios13\""
1213
},
1314
"dependencies": {
1415
"react": "16.9.0",

0 commit comments

Comments
 (0)