File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 "pretest-js" : " npm run build" ,
3535 "test-js" : " node ./scripts/test-js" ,
3636 "pod-install-new-arch" : " cd playground/ios && BUNDLE_GEMFILE=../../Gemfile BUNDLE_PATH=~/gems/ bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install" ,
37- "pod-install" : " cd playground/ios && pod install" ,
37+ "pod-install" : " cd playground/ios && BUNDLE_GEMFILE=../../Gemfile BUNDLE_PATH=~/gems/ bundle install && bundle exec pod install" ,
3838 "test-unit-ios" : " node ./scripts/test-unit --ios" ,
3939 "test-snapshot-ios" : " node ./scripts/test-snapshot --ios" ,
4040 "test-unit-android" : " node ./scripts/test-unit --android" ,
107107 "pngjs" : " ^6.0.0" ,
108108 "prettier" : " 2.1.2" ,
109109 "react" : " 18.2.0" ,
110- "react-native" : " 0.72.0 " ,
110+ "react-native" : " 0.72.1 " ,
111111 "react-native-fast-image" : " ^8.6.3" ,
112112 "react-native-gesture-handler" : " ^2.10.1" ,
113113 "react-native-reanimated" : " ^3.3.0" ,
225225 }
226226 }
227227 }
228- }
228+ }
You can’t perform that action at this time.
0 commit comments