An open API service indexing awesome lists of open source software.

https://github.com/recallwei/react-native-toast


https://github.com/recallwei/react-native-toast

Last synced: 14 days ago
JSON representation

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)