react-native-toastview
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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)
}} 
 />

Package Sidebar

Install

npm i react-native-toastview

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

216 kB

Total Files

37

Last publish

Collaborators

  • icesoul