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

react native toast like component, pure javascript solution

Results 100 react-native-root-toast issues
Sort by recently updated
recently updated
newest added

Hi, toast doesn't show in RN60 i have no idea why, and there is no log in console. please help me. thanks.

Hi, Thanks for your library, now there is a warning message in the console, the [blog address](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html)

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

This is my `Toast` configuration Toast.show(toastComponent, { duration: Toast.durations.LONG, position: -99, shadow: false, animation: true, hideOnPress: true, delay: 0, backgroundColor: Colors.APP_BACKGROUND }); As per documentation `Toast.durations.LONG` means `3500`(I ma not...

Let's say following is my api call axios(`https://smapleapicall.com`).then(repsonse => { toast('toast inside api call response'); }) Toast message is not rendering If I call `toast` inside a api call response....

` RootToast.show( { message } , options ); ` ts is throw error

with react native navigation, android toast is showing inside sidemenu component. May be default sidemenu is at the top level (as root) so it is showing inside sidemenu from any...