Skip to content

Commit

Permalink
shifting to expo 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Mar 24, 2024
1 parent 0bf686f commit 46d00fe
Show file tree
Hide file tree
Showing 3 changed files with 1,422 additions and 798 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = function (api) {
return {
presets: ['babel-preset-expo'],
plugins: [
// Required for expo-router
'expo-router/babel',
'react-native-reanimated/plugin'
],
};
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-navigation/bottom-tabs": "^6.0.4",
"@react-navigation/material-top-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.5",
"expo": "~49.0.18",
"expo-font": "~11.4.0",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.19",
"expo-web-browser": "~12.3.2",
"expo": "^50.0.14",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"expo-updates": "~0.24.12",
"expo-web-browser": "~12.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-swiper-flatlist": "^3.0.14",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^10.0.3",
Expand All @@ -52,7 +52,7 @@
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^29.2.1",
"jest-expo": "~49.0.0",
"jest-expo": "~50.0.4",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.1.3"
Expand Down
Loading

0 comments on commit 46d00fe

Please sign in to comment.