This repo demonstrates the bug in React Native Animated.Value
when
- You use native driver in animations (
useNativeDriver: true
). - Make the app go to the background (by opening a share dialog).
- And re-render the component that uses
Animated.Value
.
Connect your phone to your computer, then run:
react-native run-android
More instructions inside the app.