File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7
7
"prepare" : " patch-package" ,
8
8
"start" : " yarn react-native start --reset-cache" ,
9
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\" "
10
+ "run:ios" : " yarn react-native run-ios"
13
11
},
14
12
"dependencies" : {
15
13
"@invertase/react-native-apple-authentication" : " ^2.1.5" ,
Original file line number Diff line number Diff line change 19
19
"example:build:ios" : " cd example && (xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES || true)" ,
20
20
"example:start" : " cd example && yarn start" ,
21
21
"example:ios" : " cd example && yarn run:ios" ,
22
- "example:ios13" : " cd example && yarn run:ios13" ,
23
22
"example:android" : " cd example && yarn run:android" ,
24
23
"shipit" : " echo no luck running it like this, try ./node_modules/.bin/np"
25
24
},
You can’t perform that action at this time.
0 commit comments