diff --git a/lib/extract/extractTransform.js b/lib/extract/extractTransform.js index 1b0ab535..fb097eb2 100644 --- a/lib/extract/extractTransform.js +++ b/lib/extract/extractTransform.js @@ -161,7 +161,7 @@ export function props2transform(props) { ); return { - rotation: +props.rotation || +props.rotate || 0, + rotation: +props.rotation || 0, scaleX: scaleX, scaleY: scaleY, originX: originX,