1.2.0 • Published 2 years ago

dat-lib-2 v1.2.0

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

dat-lib-2

show toast

Installation

npm install dat-lib-2

Usage

import { multiply } from "dat-lib-2";
import { showToast } from "dat-lib-2";

// ...

const result = await multiply(3, 7);
showToast("Hello world");

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