react-native-toast-message
react-native-toast-message copied to clipboard
Any element that has elevation overlaps the toast on Android
If there is any component with elevation set, even with elevation = 1, is shown on top of the toast in Android. Any workaround or fix for this?
Hi @ssljivic, can you add the code to reproduce it?
I just set the elevation = -1 for components showing on top of toast. It solved the issue for me.
Is there any update on this? I have a floating menu button with the same problem