You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animations are disabled when my <View> is surrounded by <ViewShot>...</ViewShot>. This happens when I have an sub-views that are of type Animated.View and I use a PanResponder to handle user clicks
Version & Platform
3.1.2 on Android
Expected behavior
Animation should work fine and ViewShot should not disable animations.
Actual behavior
Animations freeze and I cannot click or move things about.
Steps to reproduce the behavior
Create a view
Inside that view create an animated view
Assign a PanResponder to the animated view to allow for having interactive animation (e.g. move)