Skip to content
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

Action sheets not always displaying on top on iOS #358

Open
jordanwegener opened this issue Apr 29, 2024 · 1 comment
Open

Action sheets not always displaying on top on iOS #358

jordanwegener opened this issue Apr 29, 2024 · 1 comment

Comments

@jordanwegener
Copy link

I have a component which declares an action sheet and then passes its ref to a hook which I'm using to store action sheet refs so that they can be called up from any subsequent screen. This works fine on Android - get the ref from the hook, then call ref.current.show(). But on iOS the action sheet renders on top of the component that declared it but below the current screen. When calling show() nothing appears to happen, but doing nav.pop() reveals that the action sheet is on screen underneath the current screen but above its parent screen.

@kthehatter
Copy link

i'm having the same issue , importing the sheet on the page you are calling from fixed it for me on ios but when you check it on android it appears twice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants