Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Animated.Value value after animation if component was re-mounted (#…
…24571) Summary: Fixes #23712 Currently, It seems like `__nativeAnimatedValueListener` is not listening to the correct `onAnimatedValueUpdate` events if component was re-mounted. In this PR I'm attaching a new listener if the native view tag has changed. [General] [Fixed] - Fixed Animated.Value value after animation if component was re-mounted Pull Request resolved: #24571 Differential Revision: D15237431 Pulled By: cpojer fbshipit-source-id: 1fe4e290ab45dfe6d1d364d8d7384aabf18d6610
- Loading branch information