Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Extrapolation enum instead of Animated.Extrapolate to support rea…
…nimated v3 (#493) Reanimated v3 removes the v1 implementation. The Animated.Extrapolate enum is part of what was removed. Instead there is the `Extrapolation` enum we can use. The only potential issue is it was only introduced in [email protected] (software-mansion/react-native-reanimated@cb651ec). Another potential solution to support both would be to use string literals instead of the enum.
- Loading branch information