File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
"pretest-js" : " npm run build" ,
35
35
"test-js" : " node ./scripts/test-js" ,
36
36
"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" ,
38
38
"test-unit-ios" : " node ./scripts/test-unit --ios" ,
39
39
"test-snapshot-ios" : " node ./scripts/test-snapshot --ios" ,
40
40
"test-unit-android" : " node ./scripts/test-unit --android" ,
107
107
"pngjs" : " ^6.0.0" ,
108
108
"prettier" : " 2.1.2" ,
109
109
"react" : " 18.2.0" ,
110
- "react-native" : " 0.72.0 " ,
110
+ "react-native" : " 0.72.1 " ,
111
111
"react-native-fast-image" : " ^8.6.3" ,
112
112
"react-native-gesture-handler" : " ^2.10.1" ,
113
113
"react-native-reanimated" : " ^3.3.0" ,
225
225
}
226
226
}
227
227
}
228
- }
228
+ }
You can’t perform that action at this time.
0 commit comments