NativeBase
NativeBase copied to clipboard
Toasts are hidden behind a fullScreenModal screen from react-navigation
Description
when creating toasts within a screen with presentation style fullScreenModal from react-navigation in iOS, the toast appear behind the full screen modal. I expect the toasts to be visible and not appear behind the fullScreenModal.
CodeSandbox/Snack link
https://snack.expo.dev/@tantommy/nativebase-starter-snack
Steps to reproduce
- Go to snack link.
- Click on the "Open Modal Route" button
- Click on the "Toast" button a few times
- Notice how no toasts appear
- Click the "Close" button.
- Notice how toasts appear behind the modal screen.
NativeBase Version
3.4.15
Platform
- [ ] Android
- [ ] CRA
- [ ] Expo
- [X] iOS
- [ ] Next
Other Platform
No response
Additional Information
works fine on android via snack link above.
Hey @tantommy, Thanks for reporting the issue. We'll fix it.
i am having the same problem. Any progress?
Facing the same issue, IOS only
any update @ankit-tailor
Just use presentation containedModal instead of modal in the group stack presentation (React Navigation v6)
<MyStack.Group screenOptions={{ presentation: 'containedModal' }}>
having this issue as well android and iOS
Is there any progress?
Same issue, any update?