question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for react-native-reanimated v2

See original GitHub issue

Feature 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
gorhomcommented, Jun 26, 2020

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

1reaction
gorhomcommented, Jun 17, 2021

this should be resolved with v1.1.0 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found