Skip to content

Commit

Permalink
Update react-native to 0.72.3 (#23502)
Browse files Browse the repository at this point in the history
Basically just updates what was done in #23476 as `react-native@0.72.3`
came out today.

---------

Co-authored-by: Tomasz Sapeta <tsapeta@users.noreply.github.com>
  • Loading branch information
tsapeta and tsapeta committed Jul 12, 2023
1 parent 343338e commit 0197c15
Show file tree
Hide file tree
Showing 27 changed files with 405 additions and 400 deletions.
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

0 comments on commit 0197c15

Please sign in to comment.