Abraham Itule
Abraham Itule
Did anyone manage to fix this?
@dcoulter45 Thanks for the patch. It fixes the error ```ReactNativeNavigationModule not found```.
@kaloyanxoxo I've tried your suggestion but still doesn't work for me. Has anyone else had success?
I was also waiting for the upgrade, I got tired so I upgraded all dependencies myself. It works fine. Just match the main dependencies to [expo-template-tabs](https://github.com/expo/expo/blob/main/templates/expo-template-tabs/package.json). The other dependencies you...
I've seen you can pass `duration: Infinity` like ``` Burnt.toast({ title: 'Download canceled.', message: 'Please try again.', preset: 'error', duration: Infinity, }); ``` Seems to work on iOS, but it...