Merge branch 'master' into ligh

This commit is contained in:
Marcos Rodriguez Vélez 2024-09-20 04:43:56 -04:00 committed by GitHub
commit 81e4ddfda4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ const presentAlert = ({
} }
switch (type) { switch (type) {
case AlertType.Toast: case AlertType.Toast:
ToastAndroid.showWithGravity(message, ToastAndroid.LONG, ToastAndroid.BOTTOM); ToastAndroid.show(message, ToastAndroid.LONG);
break; break;
default: default:
RNAlert.alert(title ?? loc.alert.default, message); RNAlert.alert(title ?? loc.alert.default, message);