-
Notifications
You must be signed in to change notification settings - Fork 196
Conversation
4f3babe
to
883a169
Compare
44a2442
to
2ae1ea5
Compare
Otherwise the header background below shows up when header mode is none
in uikit example:
|
@brentvatne is it alpha or latest commit? |
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.
Hey @satya164, create work in the I use already the branch and the alpha versions of the react-navigation-stack. Why did you disable screens (f04b9bf) in the latest alpha for modal dialogs? Using screens and also the new iOS 13 effect was one reason for me to use already the alpha. (edit: After updating from alpha.2 to alpha.5 is lost the new iOS 13 modal effect. I switched back to the old version for now.) |
Because for modals such as The only things
Please read the release notes: https://github.com/react-navigation/stack/releases/tag/v2.0.0-alpha.3 |
Merging this to master and continue development from there. This will make sure any new PRs and issues we receive are against the latest changes. |
Thanks for the fast feedback @satya164 With moving the TransitionPreset attributes into the |
This is a re-implementation of stack navigator using kmagiera/react-native-reanimated.
TODO
headerStyle
screenProps
change