Skip to content

Commit f6f2304

Browse files
authored
chore: updated expo and react native deps (#1445)
1 parent a1dda71 commit f6f2304

File tree

5 files changed

+244
-250
lines changed

5 files changed

+244
-250
lines changed

example/app/package.json

+16-17
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,32 @@
66
"react-native": "./src/index",
77
"private": true,
88
"peerDependencies": {
9-
"@gorhom/portal": "^1.0.13",
9+
"@gorhom/portal": "^1.0.14",
1010
"@gorhom/showcase-template": "^2.1.0",
1111
"@react-native-community/blur": "^3.6.0",
1212
"@react-native-community/masked-view": "0.1.11",
13-
"@react-navigation/bottom-tabs": "^6.0.9",
14-
"@react-navigation/elements": "^1.2.1",
15-
"@react-navigation/material-top-tabs": "^6.0.6",
16-
"@react-navigation/native": "^6.0.6",
17-
"@react-navigation/native-stack": "^6.2.5",
18-
"@react-navigation/stack": "^6.0.11",
13+
"@react-navigation/bottom-tabs": "^6.5.8",
14+
"@react-navigation/elements": "^1.3.18",
15+
"@react-navigation/material-top-tabs": "^6.6.3",
16+
"@react-navigation/native": "^6.1.7",
17+
"@react-navigation/native-stack": "^6.9.13",
18+
"@react-navigation/stack": "^6.3.17",
1919
"faker": "^4.1.0",
20-
"nanoid": "^3.3.3",
2120
"react": "18.2.0",
22-
"react-native": "0.71.3",
23-
"react-native-gesture-handler": "~2.9.0",
24-
"react-native-maps": "^0.30.1",
25-
"react-native-pager-view": "^5.4.24",
26-
"react-native-reanimated": "~2.14.4",
21+
"react-native": "0.72.3",
22+
"react-native-gesture-handler": "2.12.0",
23+
"react-native-maps": "^1.7.1",
24+
"react-native-pager-view": "^6.2.0",
25+
"react-native-reanimated": "3.3.0",
2726
"react-native-redash": "^16.0.11",
28-
"react-native-safe-area-context": "4.2.4",
29-
"react-native-screens": "^3.15.0",
30-
"react-native-tab-view": "^3.1.1",
27+
"react-native-safe-area-context": "4.7.1",
28+
"react-native-screens": "^3.22.1",
29+
"react-native-tab-view": "^3.5.2",
3130
"@babel/core": "^7.13.10",
3231
"@babel/runtime": "^7.13.10",
3332
"@types/faker": "^4.1.12",
3433
"@types/react": "18.0.24",
35-
"@types/react-native": "0.71.3",
34+
"@types/react-native": "0.72.2",
3635
"metro-react-native-babel-preset": "^0.67.0",
3736
"typescript": "4.9.4"
3837
}

0 commit comments

Comments
 (0)