react-native-root-toast
react-native-root-toast copied to clipboard
react native toast like component, pure javascript solution
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后出现错误  2.Toasl在Modal中,未显示到最顶层,被Modal遮挡。 
在显示过程中,可否禁用用户点击下一层的按钮? 使用在,让用户等待过程,又不想让用户操作其他按钮。
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...