Skip to content

Commit

Permalink
feat: Expo SDK 52, React Native 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Oct 28, 2024
1 parent c9c5597 commit 70a3d7b
Show file tree
Hide file tree
Showing 5 changed files with 1,304 additions and 1,233 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/runtime": "7.17.2",
"@expo/config-plugins": "^7.2.5",
"@expo/config-plugins": "^9.0.0",
"@react-native-community/cli": "^15.0.0",
"@react-native/babel-preset": "^0.74.88",
"@react-native/metro-config": "^0.74.88",
"@sinonjs/fake-timers": "^11.2.2",
Expand All @@ -87,7 +88,7 @@
"prettier": "3.3.3",
"react": "18.2.0",
"react-docgen": "rnmapbox/react-docgen#rnmapbox-dist",
"react-native": "^0.74.6",
"react-native": "^0.76.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/mapbox__geo-viewport": "^0.5.3",
"@types/react": "^18.2.61",
"react": "18.2.0",
"react-native": "^0.74.6",
"react-native": "^0.76.0",
"react-native-gesture-handler": "^2.20.0",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.0",
Expand Down
17 changes: 9 additions & 8 deletions packages/expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
"@maplibre-react-native/examples": "workspace:*",
"@maplibre/maplibre-react-native": "workspace:*",
"@react-native-masked-view/masked-view": "^0.3.1",
"expo": "^51.0.38",
"expo-dev-client": "^4.0.28",
"expo-status-bar": "^1.12.1",
"react": "18.2.0",
"react-native": "^0.74.6",
"react-native-gesture-handler": "^2.20.1",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.0"
"expo": "^52.0.0-preview.5",
"expo-build-properties": "~0.13.1",
"expo-dev-client": "~5.0.0-preview.2",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "^0.76.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "4.0.0-beta.14"
},
"devDependencies": {
"@babel/core": "^7.25.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@maplibre-react-native/examples": "workspace:*",
"@react-native-masked-view/masked-view": "^0.3.1",
"react": "18.2.0",
"react-native": "^0.75.4",
"react-native": "^0.76.0",
"react-native-gesture-handler": "^2.20.1",
"react-native-safe-area-context": "^4.11.1",
"react-native-screens": "^3.34.0"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@react-native/babel-preset": "^0.75.4",
"@react-native/metro-config": "^0.75.4",
"@react-native/babel-preset": "^0.76.0",
"@react-native/metro-config": "^0.76.0",
"detox": "^20.27.5",
"jest": "^29.7.0"
}
Expand Down
Loading

0 comments on commit 70a3d7b

Please sign in to comment.