react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
Your component wrapper, for some reason, sets the duration to zero, so that the "duration" props are ignored. I removed them and now the Toast automatically hides after the specified...
It used to work fine for NavigationExperimental, but it does not appear on react-navigation even if the visible prop is set to true
This is BREAKING change because Toast.show() returns Promise. Please check this commit is best way. I tried to show Toast in componentDidMount() but appending sibling makes infinite render() call. To...
I get following error when try to add the toast. Please help out. 
 I got this error on: ``` "react": "16.3.1", "react-native": "0.55.3", "react-native-root-toast": "^3.0.1", ``` And i found the error code at: ``` react-native-root-toast/lib/ToastContainer.js ``` **The "Text" node can not has...
In modals the toast appears in the modal back Example ```javascript ```
弹出框 显示的文字能改变它的字体的颜色和大小吗?
You can add styles to the toast container using containerStyle. Please update the read me Thanks