| db6683c6 | 19-Aug-2023 |
Kudo Chien <[email protected]> |
[core][dev-menu] fix react-native 0.73 compatibility [2/3] (#24019)
# Why
fix react-native 0.73 compatibility. this pr focus on react-native 0.73 breaking changes.
# How
- [core] fix compat
[core][dev-menu] fix react-native 0.73 compatibility [2/3] (#24019)
# Why
fix react-native 0.73 compatibility. this pr focus on react-native 0.73 breaking changes.
# How
- [core] fix compatibility of `NativeMethodCallInvoker` renaming: https://github.com/facebook/react-native/commit/b70f186b53
- [dev-menu] fix compatibility of `RCTAppDelegate` changes.
- [core] fix ios runtime crash from [upstream change](https://github.com/facebook/react-native/blob/540c41be9/packages/react-native/React/Views/RCTComponentData.m#L506-L507)
- [core] fix android build error because BOOST_VERSION is removed from `gradle.properties`
# Test Plan
ci passed in #23961 (https://github.com/expo/expo/pull/23961/checks)
show more ...
|