Skip to content

Commit

Permalink
Upgrade Example App to Expo SDK 51 (#1503)
Browse files Browse the repository at this point in the history
## Please verify the following:

- [x] `yarn build-and-test:local` passes
- [ ] I have added tests for any new features, if relevant
- [ ] `README.md` (or relevant documentation) has been updated with your
changes

## Describe your PR

Upgrading the Example App to Expo SDK 51:
https://expo.dev/changelog/2024/05-07-sdk-51
  • Loading branch information
morganick authored Aug 26, 2024
1 parent 49e35d5 commit 68ea743
Show file tree
Hide file tree
Showing 2 changed files with 1,354 additions and 542 deletions.
36 changes: 18 additions & 18 deletions apps/example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,38 +34,38 @@
},
"dependencies": {
"@expo-google-fonts/space-grotesk": "^0.2.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.0.2",
"@reduxjs/toolkit": "^2.1.0",
"@shopify/flash-list": "1.6.3",
"@shopify/flash-list": "1.6.4",
"apisauce": "3.0.1",
"date-fns": "^2.30.0",
"expo": "^50.0.17",
"expo-build-properties": "~0.11.1",
"expo-font": "~11.10.3",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-localization": "^14.8.4",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo": "^51.0.31",
"expo-build-properties": "~0.12.5",
"expo-font": "~12.0.9",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"i18n-js": "3.9.2",
"mobx": "6.10.2",
"mobx-react-lite": "4.0.5",
"mobx-state-tree": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-view-shot": "3.8.0",
"react-native-web": "~0.19.6",
"react-redux": "^9.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
Expand All @@ -77,7 +77,7 @@
"@types/i18n-js": "3.8.2",
"@types/jest": "^29.2.1",
"@types/node": "^20.11.30",
"@types/react": "~18.2.45",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.0",
"@types/redux-logger": "^3.0.13",
"@typescript-eslint/eslint-plugin": "^5.59.0",
Expand All @@ -94,7 +94,7 @@
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-reactotron": "workspace:*",
"jest": "^29.2.1",
"jest-expo": "~50.0.4",
"jest-expo": "~51.0.4",
"patch-package": "6.4.7",
"postinstall-prepare": "1.0.1",
"prettier": "2.8.8",
Expand Down
Loading

0 comments on commit 68ea743

Please sign in to comment.