Incompatible with reanimated v2
See original GitHub issueCurrent Behavior
App crashes with the example usage from docs
- What code are you running and what is happening? with the example usage from docs
Expected Behavior
Not to crash
How to reproduce
Run a simple example of the library using Reanimated 2
The reason I guess since I had faced it before is that it uses interpolate instead of interpolateNode
since in reanimated 2 it should me imported as interpolateNode
one place I found that is using interpolate
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
error when i install react native reanimated v2 #2484 - GitHub
Description Error when I install react-native-reanimated v2 on react native v0.66.0, I have to install @react-navigation/drawer v6.1.6 but I got an error ...
Read more >Conflict between Realm MongoDB and Reanimated 2
The problem is that I use Realm SDK to connect my app to MongoDB Atlas and when I configure Reanimated 2 according to...
Read more >Reanimated - Expo Documentation
Reanimated uses React Native APIs that are incompatible with "Remote JS Debugging" for JavaScriptCore. In order to use a debugger with your app...
Read more >react-native-reanimated - npm
More powerful alternative to Animated library for React Native.. Latest version: 2.13.0, last published: a month ago.
Read more >configure project :react-native-reanimated - You.com
Upgrade your react-native-reanimated to v2.9.1 to fix the problem. ... Gradle features were used in this build, making it incompatible with Gradle 8.0....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great! Not sure why, but ill need to examine the gestures states
I made it work with Reanimated v2 and it looks quite emazing, I will pull a request for v2.
Only issue I am facing it that, when you scroll out of bottomsheet, I mean “while scrolling to bottom and finger goes out of the bottom sheet” , all the gestures disable which does not feel quite perfect in this case. You have any idea how to make it work? @gorhom