1.0.0 • Published 2 years ago

react-native-custom-native-toast v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-custom-native-toast

Custom Toast

Installation

npm install react-native-custom-native-toast

or

yarn add react-native-custom-native-toast

Usage

import  { multiply, show } from 'react-native-custom-native-toast';

 multiply(3, 7).then((res) => {
      console.log("res--multiply->", res);
      show(`Hello Custom Package is working for me and multiply method also ${res}`)
 })

License

MIT