"react-native": "0.45.1",
animation: lightSpeedIn/lightSpeedOut
Yep, needs core support for that. We need to wait and not use useNativeDriver for those specific animations.
Closing this for now as it's not actionable :-)
Any update on this? I'm receiving this error when I click on a button with the following css properties
transform: [{
skewX: '-25deg'
}]
The button itself is skewed like how I want it, but the app errors when attempting to render a modal. When I do not include the above css, the modal opens fine.
Any thoughts on this ?
Most helpful comment
Yep, needs core support for that. We need to wait and not use
useNativeDriverfor those specific animations.