Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native to 0.72.3 #23502

Merged
merged 3 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
356 changes: 178 additions & 178 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
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"native-component-list": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/eas-expo-go/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"ios": {
"cache": {
"key": "sdk49-0.72.2",
"key": "sdk49-0.72.3",
"customPaths": ["../../ios/Pods"]
},
"resourceClass": "m-medium",
Expand Down
2 changes: 1 addition & 1 deletion apps/fabric-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"react-native-web": "~0.19.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/jest-expo-mock-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"expo": "~49.0.0-alpha.1",
"expo-clipboard": "~4.3.0",
"react": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"uuid": "^3.4.0"
}
}
2 changes: 1 addition & 1 deletion apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"processing-js": "^1.6.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"react-native-dropdown-picker": "^5.3.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-maps": "1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/native-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"native-component-list": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.2"
"react-native": "0.72.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
2 changes: 1 addition & 1 deletion apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"expo": "~49.0.0-alpha.1",
"expo-router": "^1.5.3",
"react": "18.2.0",
"react-native": "0.72.2"
"react-native": "0.72.3"
},
"devDependencies": {
"babel-preset-expo": "~9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jasmine-core": "^2.4.1",
"lodash": "^4.17.19",
"react": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.0",
"sinon": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "18.2.0",
"react-native": "0.72.2",
"react-native": "0.72.3",
"react-native-fade-in-image": "^1.6.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-infinite-scroll-view": "^0.4.5",
Expand Down