File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858 "run:release" : " cd example && npx react-native run-ios --configuration Release" ,
5959 "run:debug" : " cd example && npx react-native run-ios --configuration Debug" ,
6060 "build-and-run" : " yarn run build && yarn run run:debug && yarn run run:release" ,
61- "pod-install" : " yarn run close:ios ; cd example/ios && bundle install ; RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version" ,
62- "pod-install:old" : " cd example/ios && RCT_NEW_ARCH_ENABLED=0 pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version" ,
61+ "pod-install" : " cd example/ios && bundle install ; RCT_NEW_ARCH_ENABLED=1 bundle exec pod install ; rm -rfv ./.xcode.env.local ; cd ../.. ; yarn run build:update-version" ,
62+ "pod-install:old" : " cd example/ios && rm -rfv ./build ; RCT_NEW_ARCH_ENABLED=0 pod install ; cd ../.. ; yarn run build:update-version" ,
6363 "pod-install:reopen" : " yarn run close:ios ; yarn run pod-install ; yarn run open:ios" ,
6464 "pod-install:reopen-old" : " yarn run close:ios ; yarn run pod-install:old ; yarn run open:ios" ,
6565 "nuke:node-modules" : " rm -rfv ./yarn.lock ./node_modules ; cd example ; rm -rfv ./node_modules ; cd ../.." ,
You can’t perform that action at this time.
0 commit comments