react-native-website
react-native-website copied to clipboard
Update ToastAndroid with changes in Android 11
showWithGravity
and showWithGravityAndOffset
from ToastAndroid does not work for text toasts as of Android 11. ToastModule uses setGravity
which is no-op. More information can be found here:
An alternative implementation could use setView
, but:
Android documentation specifies snackbar and notifications as alternatives to toasts. link