Not working on android
Having same issue. Alerts not working on Android
What RN version
What RN version
"react-native": "0.76.7" "expo": "~52.0.37" "burnt": "^0.13.0" "react": "18.3.1"
What if you call ToastAndroid from react native directly?
What if you call ToastAndroid from react native directly?
Hmmm I just read this in your doc: On Android, it wraps ToastAndroid from react-native. Burnt.alert() falls back to Burnt.toast() on Android. This may change in a future version.
I guess would have to use Alert from React Native for Android since I am not using toasts but alerts. Works great on iOS though.
I have the same issue when working with Tamagui's Toast component.