-
-
Couldn't load subscription status.
- Fork 1k
Update RNGestureHandlerPackage to supported stable API #3228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
android/package74/src/main/java/com/swmansion/gesturehandler/RNGestureHandlerPackage.kt
Outdated
Show resolved
Hide resolved
|
Just since I stumbled over it after releasing the same changes for my lib: react-native-community/cli#2563 @jakex7 Right now the fixed versions of the cli are not shipped yet with new RN packages, and old packages without updated cli are broken too.... |
|
Thanks for the info @RonRadtke! Fortunately RNGH should be safe as it falls into first check which is less strict and has been there for a long time FYI @j-piasecki |
Summary
Replace the deprecated
TurboReactPackagewith the newerBaseReactPackageto improve compatibility with future React Native releases. Note that this change requires at least [email protected]+.Similar change has been introduced in the SVG package software-mansion/react-native-svg#2541
Test plan
CI should pass