Skip to content

Commit

Permalink
Bump react-native to 0.72.1 (software-mansion#4662)
Browse files Browse the repository at this point in the history
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

This PR bumps React Native in Example and FabricExample apps from
0.72.0-rc.6 to 0.72.1 as well as bumps react-native-gesture-handler to
2.12.0, react-native-svg to 13.9.0 and react-native-safe-area-context to
4.6.3.

## Test plan

<!-- Provide a minimal but complete code snippet that can be used to
test out this change along with instructions how to run it and a
description of the expected behavior. -->
  • Loading branch information
tomekzaw authored Jul 3, 2023
1 parent 2ed26a6 commit b337fd3
Show file tree
Hide file tree
Showing 12 changed files with 990 additions and 990 deletions.
396 changes: 198 additions & 198 deletions Example/ios/Podfile.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@react-navigation/native-stack": "^6.9.0",
"react": "18.2.0",
"react-dom": "^16.13.1",
"react-native": "0.72.0-rc.6",
"react-native": "0.72.1",
"react-native-box2d": "^0.2.5",
"react-native-gesture-handler": "^2.12.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "link:../",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.21.0",
"react-native-svg": "^13.8.0"
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.22.0",
"react-native-svg": "^13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.6",
"@react-native/metro-config": "^0.72.7",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
Expand Down
204 changes: 102 additions & 102 deletions Example/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit b337fd3

Please sign in to comment.