react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
Toast should not just pop a text tip view, but also pop custom view like activity indicator. So if add this function, it would be funny.
**ANDROID** After a toast message is set and shown, if i press the home button to exit out and then go back to the app, the toast message reappears. Does...
How can I change the default configuration?
Add a `textProps`-option, to be able to send props to the text element. Needed to for instance set `allowFontScaling` to `false`.
I set {position: 20}, But I don't know the unit of the number '20'. is it 'dp' or just 'px'?
follow the README.md ,I use the first method to run , when click the button, I see a Toast, but I Quick click the button , Toasts are overlapping more...
null is not an object(evaluting '_this._root_setNativeProps') ,当按下 回退键(android)的就会出现该错误。我的 RN 版本为 0.42
This warning gets logged in the console