React-native-animatable: Property 'skewX' is not supported by native animated module

Created on 24 Aug 2017  路  3Comments  路  Source: oblador/react-native-animatable

"react-native": "0.45.1",
animation: lightSpeedIn/lightSpeedOut

Most helpful comment

Yep, needs core support for that. We need to wait and not use useNativeDriver for those specific animations.

All 3 comments

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 ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

ssomnoremac picture ssomnoremac  路  5Comments

matheuscastroweb picture matheuscastroweb  路  6Comments

chapati23 picture chapati23  路  4Comments

EdmundMai picture EdmundMai  路  3Comments