react-native-swipeable icon indicating copy to clipboard operation
react-native-swipeable copied to clipboard

Animated RN 0.62

Open tcodes0 opened this issue 4 years ago • 5 comments

, { useNativeDriver: true } second arg must be passed to Animated.event to silence a warning.

tcodes0 avatar Apr 04 '20 00:04 tcodes0

@Thomazella Where file is located? I mean where should be added { useNativeDriver: true } to Animated.event? Thanks.

parnekov avatar May 07 '20 21:05 parnekov

Second argument to Animated.event function. { useNativeDrive: boolean}. I think every function call requires this now.

tcodes0 avatar May 07 '20 22:05 tcodes0

@Thomazella Thank you. But my app crashes after put second argument. Without second argument works fine :)

parnekov avatar May 08 '20 06:05 parnekov

@Thomazella, Yes where I need to apply this code { useNativeDriver: true }. And I'm not using any animation except this lib. That's it. Can you please be more specific? Thanks!

VSV6 avatar Dec 14 '20 10:12 VSV6

Animated.Event second argument I believe. Read the types it helps. I've been away from react native development for a few months so I could be outdated

tcodes0 avatar Dec 14 '20 12:12 tcodes0