react-native-snackbar
npm install @owl_apps/snackbar$ npm i @owl_apps/snackbar
$ yarn add @owl_apps/snackbar
React-native-toastify is currently extended with the following plugins.
Instructions on how to use them in your own application are linked below.
| Props | Description |
| ------ | ------ |
| message | Write the message you want to pop it out |
| type | danger , warning , success |
``sh``
import { SnackBar } from '@owl_apps/snackbar';
...
# snack trigger
Snack("Message","type")