[Android] View bounds incorrect after rotate transform #6734
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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 someTouchable
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?
The text was updated successfully, but these errors were encountered: