-
Notifications
You must be signed in to change notification settings - Fork 17
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
Toastify Message showed behind React-Native Full Width Modal #15
Comments
Hi @zahidalidev , Thank you for your answer, I checked the issue and tried that, but it not helped for me, I commented my issue on there, Please check and help me |
@dcnc336 I can see your are using ToastManager only once as a provider, but to show the toast at the top of the Modal, you have use ToastManager as a child to that Modal as well, for example.
|
Hi @zahidalidev , I added ToastManager, so It seems I am using concurently the ToastManager for both inside and outside of Modal
And then, I processed follow steps
After do it, toastify alert not showed on backdrop. Can you please try with my process? |
@dcnc336 Thanks, let me try. |
Thank you @zahidalidev ! I will very look forward your reply |
I made ToastifyProvider like this
And This is my App.tsx code
And I am using FullScreen Modal in Valve Screen Component, but Toastify message showed behind Modal
Can anyone help me to show alert on React-Native Modal?
The text was updated successfully, but these errors were encountered: