-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modal does not transparent in iPhone 11 #64
Comments
Why use modal inside a rootsibling? ... Rootsibling itself is a modal |
Rootsibling isn't fullscreen, I just want use like: const modal = new Rootsibling(<Modal>{...}</Modal>)
btn.onClick = () => modal.destory() |
Just make a view that has a full screen style( |
My rn code in a native app by another team, so I must use native navigation, Rootsibling using full screen style can't cover native navigation, but Rootsibling with Modal could do it. So I have this problem~ |
I still don't get the point. |
Yeah, there is a native navigation in my rn view, so RootSibling not cover my screen. My problem is, this use case is ok in iphone 6 but not in iphone 11, thx |
I would not consider a native navigation an inner native ui since usually it's kind of a parent container. In this case rootsiblings would work with a parent mount point which i have mentioned above. |
in iPhone 6:
in iPhone 11:
The text was updated successfully, but these errors were encountered: