Files
react-navigation/packages/stack/src/views/Stack
satyajit.happy bd0e602143 fix: properly handle floating header height
Previously, the header height wasn't stored per screen. This resulted in header height always referring to the one in last mounted screen.
As a result, the top margin for screens were incorrect.

This resulted in bugs such as when you go to a screen with no header, header height will stay 0 even after navigating back.

This commit stores the height for each screen separately, handling this properly.
2019-07-07 15:21:46 +02:00
..
2019-07-01 17:33:42 +02:00