Skip to content

Commit

Permalink
upgrade react-native 0.73.4 (#26774)
Browse files Browse the repository at this point in the history
Follow up #26308 for react-native 0.73
upgrade

- update package versions
  - `react-native 0.73.2 -> 0.73.4`

- bare-expo ios / android
- Expo Go
- fabric ios / android
- ci passed

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
  • Loading branch information
gabrieldonadel committed Feb 8, 2024
1 parent 18e4a53 commit 3de4b9f
Show file tree
Hide file tree
Showing 44 changed files with 2,327 additions and 2,113 deletions.
458 changes: 229 additions & 229 deletions apps/bare-expo/ios/Podfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/bare-expo/package.json
Expand Up @@ -68,7 +68,7 @@
"native-component-list": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/eas-expo-go/eas.json
Expand Up @@ -23,7 +23,7 @@
},
"ios": {
"cache": {
"key": "sdk50-0.73.2",
"key": "sdk50-0.73.4",
"customPaths": ["../expo-go/ios/Pods"]
},
"image": "macos-ventura-13.6-xcode-15.0",
Expand Down

0 comments on commit 3de4b9f

Please sign in to comment.