python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Animate multiple interpolation at the same time in React-Reanimated v2
I was looking for this Animation for my Custom Drawer Navigation:
Instead, I got this:
My Codes are:
Main Component:
import * as React from 'react';
import { View } from 'react-native';
import { cre...
Maruf
Votes: 0
Answers: 1
Reanimated 2 compatibility with SDK 44
SDK Version: Expo 44.0.6
Platforms(Android/iOS/web/all): Android / iOS
Tested versions of react-native-reanimated : 2.2.4, 2.3.1, 2.4.1, 2.5.0
I recently upgraded my expo bare native workflow app fro...

David Fabreguette
Votes: 0
Answers: 0
What are the differences between the FlatList created via. `Animated.FlatList` and `Animated.createAnimatedComponent(FlatList)`?
What are the main differences between these two FlatList components?
Note: Animated is imported from 'react-native-reanimated' in both instances.

IronManAYaad
Votes: 0
Answers: 0
How can I pass a ref to a react-native-reanimated component?
I'm trying to pass a ref to a component with a similar approach to the following code block, but the current value always returns undefined. This approach works fine with a plain FlatList from react-n...

IronManAYaad
Votes: 0
Answers: 1