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

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. ![simulator screen shot 17-oct-2017 10 28 12 am](https://user-images.githubusercontent.com/9653275/31648248-18cdf322-b326-11e7-864a-177733eece00.png)

![wechatimg104](https://user-images.githubusercontent.com/5271207/39902227-994c2ef8-54ff-11e8-92b1-b232df54aa42.png) 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