Android only...works on iOS...React Native 0.22...
Check out this screenshot:

I've applied a transform: [{rotate: '-45deg'}] style to the green view. As you can see, the rotation is rendered correctly, but upon using the inspector you can see the bounds are incorrect. I noticed this after rotating some Touchable views and being unable to tap on parts of the view afterwards, so the issue is not isolated to the inspector.
Seems like a bug, but does anyone know of a workaround?
Android only...works on iOS...React Native 0.22...
Check out this screenshot:
I've applied a
transform: [{rotate: '-45deg'}]style to the green view. As you can see, the rotation is rendered correctly, but upon using the inspector you can see the bounds are incorrect. I noticed this after rotating someTouchableviews and being unable to tap on parts of the view afterwards, so the issue is not isolated to the inspector.Seems like a bug, but does anyone know of a workaround?