burnt
burnt copied to clipboard
[Suggestion] IOS Alert Style for Android
Hey, I just wanted to put a suggestion out there: Could you implement the IOS Alert style for Android instead of using toast styles that come from the button? The suggestion has been implemented for Ting.
Yeah I’m open to it. Ting looks like a pretty big ripoff of Burnt without credit.
To be fair, He did state on the Reddit post(where I found the library) that the library takes inspiration from Burnt. He also refers to Burnt for Expo Users on the GitHub project.
Gotcha, I didn’t see the expo mention in the docs since it was a bit hidden. I’d expect it to be a bit more prominent on the docs and link back to Burnt since it’s using the same upstream libraries and essentially copying the API.
In any case, I’m curious what the best Android library is
Oh I see, are you still thinking of implementing devxoul/Toaster#appearance?
I think a good choice would be to try porting over Material 3's snackbar. The Android docs seem to suggest that a snackbar would be better suited, especially since these are displayed in the foreground. @nandorojo Would it be helpful for me to create a PR?
yeah that should work as a step up from ToastAndroid
I just found out that react-native-snackbar
uses Google's native Snackbar component on Android (see here). Maybe the Android side here could pull that in.