Skip to content

Commit 270df7f

Browse files
chore: ⬆️ pin react-native to latest version (#130)
chore: ⬆️ pin react-native to latest version
2 parents 8acbd71 + b2f7927 commit 270df7f

File tree

4 files changed

+347
-550
lines changed

4 files changed

+347
-550
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"expo-status-bar": "~1.4.4",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
27-
"react-native": "0.71.3",
27+
"react-native": "0.71.8",
2828
"react-native-gesture-handler": "~2.9.0",
2929
"react-native-popper": "0.3.2",
30-
"react-native-reanimated": "^3.1.0",
30+
"react-native-reanimated": "3.1.0",
3131
"react-native-safe-area-context": "4.5.0",
3232
"react-native-screens": "~3.20.0",
3333
"react-native-svg": "^13.9.0",
@@ -41,7 +41,7 @@
4141
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
4242
"@babel/runtime": "7.18.9",
4343
"@types/react": "~18.0.27",
44-
"@types/react-native": "^0.71.3",
44+
"@types/react-native": "^0.72.2",
4545
"babel-loader": "8.2.5",
4646
"babel-plugin-module-resolver": "4.1.0",
4747
"babel-preset-expo": "^9.3.0"

0 commit comments

Comments
 (0)