You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ReanimatedPackage to supported stable API (#6730)
## Summary
Replace the deprecated `TurboReactPackage` with the newer
`BaseReactPackage` to improve compatibility with future React Native
releases. Note that this change requires at least [email protected]+,
but this should not be an issue as, according to the compatibility
table, [email protected] only supports versions 0.74 and above.
Similar change has been introduced in the SVG package
software-mansion/react-native-svg#2541
## Test plan
CI should pass
0 commit comments