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
Running latest ReactXp (v 2.0.0). I set up a basic animated View component to test some things I am seeing. I found that even though my animation has useNativeDriver defined in the config I was still getting the warning on iPad, "'useNativeDriver' was not specified". I found that adding disableTouchOpacityAnimation={true} resolved this and so it seems the definition for that animation needs to be updated to be compatible with the requirement to have useNativeDriver defined.
The text was updated successfully, but these errors were encountered:
Running latest ReactXp (v 2.0.0). I set up a basic animated View component to test some things I am seeing. I found that even though my animation has useNativeDriver defined in the config I was still getting the warning on iPad, "'useNativeDriver' was not specified". I found that adding disableTouchOpacityAnimation={true} resolved this and so it seems the definition for that animation needs to be updated to be compatible with the requirement to have useNativeDriver defined.
The text was updated successfully, but these errors were encountered: