You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native Toast component for both Android and iOS. It just let iOS have the same toast performance with Android. Using [scalessec/Toast](https://github.com/scalessec/Toast) for iOS;
3
+
4
+
## Install
5
+
You can use [rnpm](https://github.com/rnpm/rnpm) to install native component easily;
6
+
7
+
```bash
8
+
npm install react-native-simple-toast --save
9
+
rnpm link
10
+
```
11
+
12
+
## Usage
13
+
14
+
It's just the same as [ToastAndroid](http://facebook.github.io/react-native/docs/toastandroid.html)
0 commit comments