Reading the docs, it appears that "rotation" is a valid style and defined as a number in ViewStylePropTypes.
However I've been unable to get it to work. I've tried <View style={{rotation:1.57})>...</View> and many variations (in both degrees and radians) but it appears to have no effect.
Is this a bug, or am I misunderstanding what it's supposed to do?
Reading the docs, it appears that "rotation" is a valid style and defined as a number in ViewStylePropTypes.
However I've been unable to get it to work. I've tried
<View style={{rotation:1.57})>...</View>and many variations (in both degrees and radians) but it appears to have no effect.Is this a bug, or am I misunderstanding what it's supposed to do?