Calin Tamas

Results 27 comments of Calin Tamas

Are you setting a ref on your `` instance? It's [no longer required in v2](https://github.com/calintamas/react-native-toast-message/blob/main/docs/quick-start.md)

Hi @HrideyReact, can you add the code to reproduce it (or just to get an idea)? Also, you should probably have the `` instance alongside the `View` container that wraps...

Hi, `onPress` does nothing by default. As for the swipe gesture, not possible to disable it at this point

Hey, unfortunately, not yet. I'll try in the next couple of days, or the latest during the weekend

Hi @JavaScriptJohn, that's a good insight, I'll mark it as a bug indeed. In the meantime, it can be adjusted like this ```js import Toast, { BaseToast, ErrorToast } from...

@gertvdkolk Hi, glad you like it :) The behavior I wanted to achieve was "hide the toast, then make it visible again with the new message". I wasn't really part...

Hi @ssljivic, can you add the code to reproduce it?

Fixed in `v2.0.0`. [Read the complete changelog](https://github.com/calintamas/react-native-toast-message/releases/tag/v2.0.0). If you find any issues with the v2 implementation, feel free to reopen this issue. Thanks!

@chernandezq Can you add a code sample showing how are you rendering the Toast component? Maybe you could fill in the bug report template, so I can have a better...

Hi @Majid3ziz, try rendering the Toast alongside the navigation container, like this: https://github.com/calintamas/react-native-toast-message/blob/main/docs/navigation-usage.md Let me know if it works