Modal height based on content inside #829
-
I am using |
Beta Was this translation helpful? Give feedback.
Answered by
WoLewicki
Mar 1, 2021
Replies: 1 comment 3 replies
-
You can try |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure if iOS supports the presentation you are talking about in any different way than the normal one, although if you know any native application that uses it, please share it here. I am afraid Android doesn't have this concept of modals available. Both these issues could probably be implemented with applying custom transitions and layout of screens etc. but it is not available by default. If you don't want platform-specific implementations of navigators, the normal
stack
is the way to go for you since it uses only JS to implement its views and therefore is platform-agnostic.