Skip to content

Commit

Permalink
upgrade react-native 0.73.5 (#27502)
Browse files Browse the repository at this point in the history
# Why

Follow up #26774 for react-native 0.73
upgrade

# How

- update package versions
  - `react-native 0.73.4 -> 0.73.5`   
  
# Test Plan

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

# Checklist

<!--
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 Mar 8, 2024
1 parent b45927e commit 57a8e74
Show file tree
Hide file tree
Showing 48 changed files with 1,301 additions and 1,237 deletions.
488 changes: 244 additions & 244 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 @@ -81,7 +81,7 @@
"native-component-list": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native": "0.73.5",
"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.4",
"key": "sdk50-0.73.5",
"customPaths": ["../../ios/Pods"]
},
"image": "macos-ventura-13.6-xcode-15.2",
Expand Down

0 comments on commit 57a8e74

Please sign in to comment.