react-native-toastify/snackbar
npm install @react-native-toastify/snackbar$ npm i @react-native-toastify/snackbar
$ yarn add @react-native-toastify/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 '@react-native-toastify/snackbar';
...
# snack trigger
`sh``
import { Snack } from '@react-native-toastify/snackbar';
##
Snack("Message","type")
##