react-native-animated-header-example icon indicating copy to clipboard operation
react-native-animated-header-example copied to clipboard

[BUG] [QUESTION] useNativeDriver doesn't trigger animations

Open calebpanza opened this issue 6 years ago • 0 comments

Hey! Love this project and the article you wrote along with it. Really helped me understand animating in React Native!

I did notice something, though, when running RN 59 (I'm on 0.59.10) in which having useNativeDriver: true results in no animation happening when scrolling. It's only by removing that line that I can get the animation to actually trigger.

I've found other tutorials that don't use this property, but I'm intrigued by it for performance sake. Any suggestions or workarounds? Thanks!

calebpanza avatar Aug 06 '19 13:08 calebpanza