Skip to content

Commit

Permalink
Merge pull request #300 from jpudysz/feature/metro
Browse files Browse the repository at this point in the history
feat: migrate from webpack to metro, upgrade expo example to 0.75.3
  • Loading branch information
jpudysz authored Oct 1, 2024
2 parents bd8766f + 03806ed commit 4682e60
Show file tree
Hide file tree
Showing 2 changed files with 2,600 additions and 4,792 deletions.
30 changes: 15 additions & 15 deletions examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "6.1.9",
"@react-navigation/native-stack": "6.9.17",
"expo": "51.0.10",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"expo": "51.0.34",
"expo-localization": "15.0.3",
"expo-navigation-bar": "3.0.5",
"expo-splash-screen": "0.27.4",
"expo-navigation-bar": "3.0.7",
"expo-splash-screen": "0.27.6",
"expo-status-bar": "1.12.1",
"old-unistyles": "npm:[email protected]",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "0.19.10"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.3",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0",
"react-native-web": "0.19.12"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@expo/webpack-config": "19.0.1",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0"
"@babel/core": "7.25.2",
"@expo/metro-runtime": "3.2.3",
"babel-loader": "9.2.1",
"babel-plugin-module-resolver": "5.0.2"
},
"private": true
}
Loading

0 comments on commit 4682e60

Please sign in to comment.