CSS rotate not working on android

Hi there,

I got this code to rotate the icon in css style, it works fine on web and ios, but not android.

<Icon f7={windDirectionIcon} ios={'f7:'+windDirectionIcon} style={{rotate:`${props.weather.windDirection}deg`}}/>

Any idea?