https://github.com/recallwei/react-native-toast
https://github.com/recallwei/react-native-toast
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/recallwei/react-native-toast
- Owner: recallwei
- License: mit
- Created: 2023-11-23T04:38:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:55:27.000Z (over 2 years ago)
- Last Synced: 2025-10-29T08:38:30.200Z (9 months ago)
- Language: Java
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @brucesong/react-native-toast
A native toast component for React Native.
## Installation
```sh
npm install @brucesong/react-native-toast
```
## Usage
```js
import { multiply } from '@brucesong/react-native-toast';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)