Replies: 1 comment 1 reply
-
Hi @mcchrish, headerRight: () => <Button title="Done" onPress={() => {}} />, Cheers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's been requested #800 that modal stackPresentation to have headers in iOS and it's now merged in released #821.
The next improvement perhaps is to have a "Done" button at the right side of the header which is pretty common in iOS modal. The App Store for example:


This is a good way to compensate the lack of back button when using modal.
Beta Was this translation helpful? Give feedback.
All reactions