react-native-image-toast
Version:
react native toast supports image
20 lines (11 loc) • 423 B
Markdown
# React Native Image Toast
## Usage
todo
## Why new library ?
Modified from: [react-native-smart-tip](https://github.com/mochixuan/react-native-smart-tip)
- Fix EventEmitter.removeListener warning
```
WARN EventEmitter.removeListener('change', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `EventEmitter.addListener`.
```
- Remove Toast duration limit
- Simplify