Skip to content

Commit 46d00c9

Browse files
committed
Update package.json
1 parent a250a86 commit 46d00c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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",
@@ -107,7 +107,7 @@
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",
@@ -225,4 +225,4 @@
225225
}
226226
}
227227
}
228-
}
228+
}

0 commit comments

Comments
 (0)