react-native-easy-toast icon indicating copy to clipboard operation
react-native-easy-toast copied to clipboard

showPermanent method

Open qrobin opened this issue 8 years ago • 3 comments

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. feb-22-2017 13-12-09

Best regards, john

qrobin avatar Feb 22 '17 11:02 qrobin

@ababba15 create PR

maksimdegtyarev avatar May 02 '17 14:05 maksimdegtyarev

I just opened a PR for that: https://github.com/crazycodeboy/react-native-easy-toast/pull/10

itinance avatar May 19 '17 15:05 itinance

this.refs.toast.show('hello world!', DURATION.FOREVER);

 // later on:
 this.refs.toast.close('hello world!');

itinance avatar May 22 '17 08:05 itinance