react-native-toastview
v1.0.1
Published
Toast Android ios web
Downloads
9
Maintainers
Readme
Toast
android: api 21+
ios : 10.0+
web: +
Getting started
$ npm install react-native-toastview --save
$ react-native link react-native-toastview
or
$ yarn add react-native-toastview
Usage
duration:
Toast.short
Toast.long
import Toast from 'react-native-toastview'
<touchableView onPress={()=>{
Toast.show("mymessage",Toast.short)
}}
/>