Files
react-navigation/packages
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
..
2020-01-29 14:36:29 +01:00
2020-02-06 23:50:07 +01:00
2020-02-04 23:31:48 +01:00