jshanson7 / react-native-swipeable

A powerful React Native swipe component.
MIT License
1.23k stars 269 forks source link

Animated RN 0.62 #96

Open tcodes0 opened 4 years ago

tcodes0 commented 4 years ago

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

parnekov commented 4 years ago

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

tcodes0 commented 4 years ago

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

parnekov commented 4 years ago

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

VSV6 commented 3 years ago

@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!

tcodes0 commented 3 years ago

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