2.0.2 • Published 1 year ago

@react-native-toastify/snackbar v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React Native Toastify

@react-native-toastify/snackbar allows you to add unique toast message to your app with ease. No more nonsense!

Installation

$ npm i @react-native-toastify/snackbar $ yarn add @react-native-toastify/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.

PropsDescription
messageWrite the message you want to pop it out
typedanger , warning , success

DEMO

Import App.js file:

import { SnackBar } from '@react-native-toastify/snackbar';

App.js

<View style={{flex: 1}}>
...

  <SnackBar />


</View>

snack trigger

import { Snack } from '@react-native-toastify/snackbar';

  Snack("Message","type") 

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago