Open cobeo2004 opened 2 months ago
hmm not sure. what if you remove await
Hey @nandorojo, I have removed the await
on all of my codes and I am still encounters with the error. I am thinking on my Gradle
version is not compatible with Burnt (Gradle 88
). Do you have any comments with this ?
it's possible. but the android code simply uses ToastAndroid from react-native so something is off there
That could be the thing, let me try downgrade the Gradle
version to 86 and have a look at it !
Hi @nandorojo,
I hope you are doing well. I'm writing this regarding the error that I am encountering in the Android platform when using
Burnt.alert()
function. It is doing pretty okay in iOS platform. However, when I am switching to Android (Java 22.0.1, Gradle 88) and when I load theBurnt.alert()
function, it encounters an error given in the picture below: ![Uploading Ảnh màn hình 2024-08-12 lúc 15.14.56.png…]()Here is the information that I have took using
npx react-native info
:In addition, here is the
typescript
code that I used for testing theburnt.alert()
.Should you have any questions or any clarifications regarding the error, please let me know and I will try my best to deliver the informations to you. Thank you.
Best regards.