react-native-swipeable
react-native-swipeable copied to clipboard
Animated RN 0.62
, { useNativeDriver: true }
second arg must be passed to Animated.event to silence a warning.
@Thomazella Where file is located? I mean where should be added { useNativeDriver: true } to Animated.event? Thanks.
Second argument to Animated.event function. { useNativeDrive: boolean}. I think every function call requires this now.
@Thomazella Thank you. But my app crashes after put second argument. Without second argument works fine :)
@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!
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