react-native-toast-message icon indicating copy to clipboard operation
react-native-toast-message copied to clipboard

Any element that has elevation overlaps the toast on Android

Open ssljivic opened this issue 3 years ago • 4 comments

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?

ssljivic avatar Mar 15 '21 15:03 ssljivic

Hi @ssljivic, can you add the code to reproduce it?

calintamas avatar Mar 17 '21 21:03 calintamas

I just set the elevation = -1 for components showing on top of toast. It solved the issue for me.

albiCoder avatar Dec 12 '21 18:12 albiCoder

Is there any update on this? I have a floating menu button with the same problem

Guilherme5342 avatar Mar 13 '22 18:03 Guilherme5342