react-native-custom-native-toast
v1.0.0
Published
Custom Toast
Downloads
1
Maintainers
Readme
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