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

A react native module to show toast like android, it works on iOS and Android.

Results 91 react-native-easy-toast issues
Sort by recently updated
recently updated
newest added

hey I have this issue here and still no idea how to fix it https://stackoverflow.com/questions/47502189/react-native-toaster-react-native-easy-toast-only-displays-once

crash reason: undefined is not object I found the error code `View.propTypes.style` `Text.propTypes.style` I comment this line, works fine. Maybe `View.propTypes` is not support in lastest React-native version?

底部toast 是看不见的

I want to define the height of the toast?Support this feature?

如果 您 不想 在 每次 都在要 显示 toast 的控件 的 render 方法里 画 控件, 可 把 这句 画在 你的 根控件的 render方法里 ,比如 ``` this.navigator = component} initialRoute={ { component: RootPagesContainer...

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...

removes 'undefined' output in console.log when toast is triggered

hello ,im use react-native-easy-toast 2.3.0 in my project, and use the style property get some error: ``` TS2769: No overload matches this call.   Overload 1 of 2, '(props: ToastComponentProps |...