0.1.0 • Published 4 years ago

rn-better-toast v0.1.0

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

react-native-better-toast

Pure JS toast solution for React Native (Android and iOS) DO NOT USE IT AS THIS IS STILL A WORK IN PROGRESS PACKAGE!

Installation

npm install react-native-better-toast

Usage

import BetterToast from "react-native-better-toast";

// ...

const result = await BetterToast.multiply(3, 7);

Contributing

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

License

MIT

0.1.0

4 years ago