Open
Description
On iPad, insets.top
changes during an orientation change from X to 0 and back to X, causing the app to re-render and recalculate layouts back and forth.
This only happens when going from landscape to portrait.
I've opened a related issue on RN-navigation: react-navigation/react-navigation#11915
EDIT:
insets.top changes from landscape to portrait to 0
insets.bottom changes from portrait to landscape to 0