@owl_apps/snackbar
v1.0.6
Published
react-native-snackbar
Downloads
7
Maintainers
Readme
React Native Toastify
@owl_apps/snackbar allows you to add unique toast message to your app with ease. No more nonsense!
Installation
$ npm i @owl_apps/snackbar $ yarn add @owl_apps/snackbar
Features
Easy to set up for real, you can make it work in less than few sec! Possibility to update a toast Can display a custom messages inside the toast! And much more !
Plugins
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 |
DEMO
Import App.js file:
import { SnackBar } from '@owl_apps/snackbar';
App.js
<View style={{flex: 1}}>
...
<SnackBar />
</View>
snack trigger
Snack("Message","type")