kristerkari / react-native-css-transformer

Use CSS to style your React Native apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to parse declaration "transform: translate(0, 100%)"

twizzyyanki opened this issue · comments

It seems this package doesn't handle css transforms properly. I get the error shown in the title when using css transforms

Sorry for the late answer, but this happens because React Native does not support percentages as transform values.

What you can do instead is to calculate the value of 100% and apply the styling with Javascript.