sidorchukandrew
sidorchukandrew
It turns out there was an issue with `react-native-screens` [here](https://github.com/software-mansion/react-native-screens/pull/1883). Updating to `3.26.0` fixed it for me.
This is happening for me on Android
I think a good choice would be to try porting over Material 3's snackbar. The [Android docs](https://developer.android.com/guide/topics/ui/notifiers/toasts#alternatives_to_using_toasts) seem to suggest that a snackbar would be better suited, especially since these...
I just found out that `react-native-snackbar` uses Google's native Snackbar component on Android ([see here](https://github.com/cooperka/react-native-snackbar/blob/8612f4c9cf6079b753bdd99e59ff00c66031586c/android/src/main/java/com/azendoo/reactnativesnackbar/SnackbarModule.java#L154)). Maybe the Android side here could pull that in.