1.0.1 • Published 4 years ago

react-native-react-native-plain-toaster v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-react-native-plain-toaster

React Native Toast Native Module

this is react native android toast message which is use native toast

This is experimental project

Itegration

$ npm i react-native-react-native-plain-toaster

$ react-native link react-native-react-native-plain-toaster

Implementation

  import  ReactNativePlainToaster  from  "react-native-react-native-plain-toaster";


ReactNativePlainToaster.showToastMessage("Hello world.!");