Questions tagged [react-native-reanimated]
469 questions
-1
votes
1 answer
Build failed because react-native-reanimated
I installed react-native-reanimated but after installing it i'm unable to run the app it keeps giving me the following error. its really frustrating. i will be really thankful if anyone could guide…

median
- 61
- 9
-2
votes
1 answer
TypeError: undefined is not an object (evaluating 'worklet.__workletHash.toString')
Got this error when using react native reanimated carousel. Anyone with a work around?
I was trying to use react reanimated carousel but every I try to run the code its giving me the same error,
Am a junior developer and I have failed to get any…

kajura edrine
- 21
- 3
-2
votes
1 answer
please i need help, i am new to react-native-reanimated, i am having the following error
Expected 3-4 arguments, but got 2.ts(2554) react-native-reanimated.d.ts(383, 7): An argument for 'output' was not provided.
const translateX = Animated.interpolate(props.progress, {
inputRange: [0, 0.5, 0.7, 0.8, 1],
outputRange: [-100, -85, -70,…

JACKSON LION WALKER
- 17
- 2