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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
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.
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.