Support for react-native-reanimated v2
See original GitHub issueFeature Request
Support for react-native-reanimated v2
Why it is needed
from react-native-reanimated v2 migration docs it says that it’s backward compatible with some changes like changing
import {interpolate} from 'react-native-reanimated';
// to
import {interpolateNode} from 'react-native-reanimated';
I tried renaming all the imports but it won’t work, I’m currently trying to re-implement the component with the new API but it needs some learning curve to do so.
Possible implementation
Code sample
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
About React Native Reanimated - Software Mansion
Reanimated is a React Native library that allows for creating smooth animations and interactions that runs on the UI thread.
Read more >software-mansion/react-native-reanimated - GitHub
React Native Reanimated provides a more comprehensive, low level abstraction for the Animated library API to be built on top of and hence...
Read more >Reanimated - Expo Documentation
react -native-reanimated provides an API that greatly simplifies the process of creating smooth, powerful, and maintainable animations. Reanimated uses React ...
Read more >react-native-reanimated - npm
Start using react-native-reanimated in your project by running `npm i react-native-reanimated`. There are 768 other projects in the npm ...
Read more >Getting Started | React Native Bottom Sheet - GitHub Pages
Support FlatList , SectionList , ScrollView & View scrolling interactions, ... React Native Reanimated v2 needs extra steps to finalize its installation, ...
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
hi @RatebSeirawan ,
i did not try to migrate to reanimated v2, but that i would pick this when it’s stable. However, if you are interested in contributing you could submit a pr and we could take prepare an alpha release for this lib with reanimated v2
this should be resolved with v1.1.0 👍