"'useNativeDriver' was not specified" warning - unless disableTouchOpacityAnimation is true
Author: DibbledeedooCreated Jul 8, 2021Updated Jul 8, 2021
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.
Source: microsoft/reactxp