# react-native-custom-native-toast

> Custom Toast

Latest version **1.0.0** (published 2021-11-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-custom-native-toast
pnpm add react-native-custom-native-toast
yarn add react-native-custom-native-toast
bun add react-native-custom-native-toast
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-11-26 |
| First published | 2021-11-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 253.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ronak.tristate |
| Maintainers | ronaktristate |
| Keywords | react-native, ios, android |

## Links

- npm: https://www.npmjs.com/package/react-native-custom-native-toast
- Repository: https://github.com/ronaktristate/react-native-custom-native-toast
- Homepage: https://github.com/ronaktristate/react-native-custom-native-toast#readme
- Issues: https://github.com/ronaktristate/react-native-custom-native-toast/issues
- npm.io page: https://npm.io/package/react-native-custom-native-toast

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-11-26
- 0.1.0 — 2021-11-26

## README

# react-native-custom-native-toast

Custom Toast 

## Installation

```sh
npm install react-native-custom-native-toast
```
or

```sh
yarn add react-native-custom-native-toast
```

## Usage

```js
import  { multiply, show } from 'react-native-custom-native-toast';

 multiply(3, 7).then((res) => {
      console.log("res--multiply->", res);
      show(`Hello Custom Package is working for me and multiply method also ${res}`)
 })
```

## License

MIT

---
_Source: https://npm.io/package/react-native-custom-native-toast · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
