react-navigation / rfcs

RFCs for changes to React Navigation
Other
88 stars 16 forks source link

Solutions for our various layout woes #13

Open brentvatne opened 6 years ago

brentvatne commented 6 years ago

These values can update in response to orientation changes or on other events.

The current SafeAreaView implementation handles some of this but it has limitations (async layout measurement and positioning for example).

Let's use this issue to collect problems that we need to solve related to this.