1.0.5 • Published 10 months ago

react-native-sample-toast-button v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

react-native-sample-toast-button

A Simple React Button Clicking Will Show Native Toast

Installation

npm install react-native-sample-toast-button

Usage

import { multiply } from 'react-native-sample-toast-button';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library