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
Hi @janicduplessis ,
I am having another issue with Animated library when useNativeDriver=true.
Randomly when I mount the component it will throw an error "Attempting to disconnect view that has not been connected with the given animated node"
The component has styles that are are controller through Animated.event (onScroll).
once I change useNativeDriver=false it will never happen again.
Was wondering if this could be related to #11317 or #11809 ?
This is happening only on Android (tested on RN 0.42.0 and 0.41.2)