react-native-animated-header-example
react-native-animated-header-example copied to clipboard
[BUG] [QUESTION] useNativeDriver doesn't trigger animations
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!