nativescript-toast
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "nativescript-toast", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A NativeScript Toast Plugin for Android.", | ||
@@ -5,0 +5,0 @@ "main": "toast.js", |
@@ -0,1 +1,3 @@ | ||
[![npm version](https://badge.fury.io/js/nativescript-toast.svg)](http://badge.fury.io/js/nativescript-toast) | ||
# NativeScript Toast Plugin | ||
@@ -5,2 +7,6 @@ | ||
## What is a toast? | ||
> A toast provides simple feedback about an operation in a small popup. It only fills the amount of space required for the message and the current activity remains visible and interactive. - [Android Developer](http://developer.android.com/guide/topics/ui/notifiers/toasts.html) | ||
## Demo | ||
@@ -7,0 +13,0 @@ |
4079
43