Replies: 2 comments
-
Hey @andreavrr I haven't tested this package with Would you mind to open an issue in the repository so that it can be used as a tracker for the progress? 👀 (this is more like a feature request, not a discussion, so better to open an issue 🙏) |
Beta Was this translation helpful? Give feedback.
-
React Native Reanimated v4 supports only React 19. They switched that on 3rd April. We downgraded back to 3.17.3 because the breaking change out of the blue was just too hard and lots of libs are not ready for React 19 yet. We have been on the beta for almost 4 months, and honestly, I would not recommend using it in production yet. It's still instable, has lots of API changes and will break. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I’m facing an issue while trying to install react-native-keyboard-controller alongside react-native-reanimated beta 4 in my project. The error message suggests that react-native-keyboard-controller requires
react-native-reanimated version >=3.0.0
, but I’m using a nightly version[email protected]
.It seems that react-native-keyboard-controller doesn’t support the beta version of react-native-reanimated that I’m using. Is there a way to make them compatible, or should I revert to an older stable version of react-native-reanimated? Any advice or fixes would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions