Open jakex7 opened 4 days ago
Replace the deprecated TurboReactPackage with the newer BaseReactPackage to improve compatibility with future React Native releases. Note that this change requires at least react-native@0.74+.
TurboReactPackage
BaseReactPackage
Similar change has been introduced in the SVG package https://github.com/software-mansion/react-native-svg/pull/2541
CI should pass
Summary
Replace the deprecated
TurboReactPackage
with the newerBaseReactPackage
to improve compatibility with future React Native releases. Note that this change requires at least react-native@0.74+.Similar change has been introduced in the SVG package https://github.com/software-mansion/react-native-svg/pull/2541
Test plan
CI should pass