nandorojo / burnt

Crunchy toasts for React Native. 🍞
MIT License
1.16k stars 36 forks source link

Stopped working on iOS #16

Closed rosskhanas closed 1 year ago

rosskhanas commented 1 year ago

I just noticed in code return BurntModule.toastAsync({ duration, ...options }); it seems ok for the web, but BurntModule does not have a toastAsync method on iOS.

nandorojo commented 1 year ago

ah shoot, i have to fix this, you’ll have to use 0.10 until i’m back at my laptop

nandorojo commented 1 year ago

Fixed in 0.11.4

rosskhanas commented 1 year ago

@nandorojo thank you ☺️