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

This documents the options added in PR #1

toast弹出的时候,会被输入法对话框挡住

原因: mocha使用babel register来编译项目的es2015+代码,但是babel默认不转译node_modules下面的库 解决方案: 最好按照其他node module的默认方式,上传的时候编译成es5.

@magicismight 想实现的功能:根据请求返回的数据,toast中的文本是变化的

can't have any children except ``, `` or raw string

When installing this component, it appears that the peer dependency (React Native root siblings) isn't downloaded. I'm using RN 0.23.0... Any idea?

大概代码如下: 在render内: ``` This is a message ``` 1.隐藏Modal后出现错误 ![qq20160414-0 2x](https://cloud.githubusercontent.com/assets/12216739/14520667/57416fe2-0258-11e6-9b5e-4b52a088e81a.png) 2.Toasl在Modal中,未显示到最顶层,被Modal遮挡。 ![qq20160414-1 2x](https://cloud.githubusercontent.com/assets/12216739/14520701/7e0b1808-0258-11e6-9269-c708a463b8a0.png)

在显示过程中,可否禁用用户点击下一层的按钮? 使用在,让用户等待过程,又不想让用户操作其他按钮。

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Some days ago 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...