You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the React Navigation TabNavigator on iOS (https://reactnavigation.org/docs/navigators/tab) the tabs appear at the bottom of the screen. When the Toast appears in the default position of "bottom" the Toast appears behind the tabs.
Changing the zIndex of the Toast style doesn't seem to make any difference.
The only way I've been able to manage this for now is using the positionValue to raise the position of the Toast above the tabs.
amensouissi, traviisd, Rananjaya, mlorenna and andres-pino