react-native-easy-toast
react-native-easy-toast copied to clipboard
showPermanent method
Hey, such great component, thank you.
By the way, I need to fully control displaying toast, so I made little changes, just added showPermanent method. This could be a cool feature in your package.
Best regards, john
@ababba15 create PR
I just opened a PR for that: https://github.com/crazycodeboy/react-native-easy-toast/pull/10
this.refs.toast.show('hello world!', DURATION.FOREVER);
// later on:
this.refs.toast.close('hello world!');