From 87ad349cd58625f31d454017e37c0aa0e578e567 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 17 Nov 2015 18:32:39 +0000 Subject: [PATCH] update website --- docs/toastandroid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toastandroid.html b/docs/toastandroid.html index c1c261aa4fd..106b8128b39 100644 --- a/docs/toastandroid.html +++ b/docs/toastandroid.html @@ -1,4 +1,4 @@ -ToastAndroid – React Native | A framework for building native apps using React

ToastAndroid

This exposes the native ToastAndroid module as a JS module. This has a function 'showText' +ToastAndroid – React Native | A framework for building native apps using React

ToastAndroid

This exposes the native ToastAndroid module as a JS module. This has a function 'show' which takes the following parameters:

  1. String message: A string with the text to toast
  2. int duration: The duration of the toast. May be ToastAndroid.SHORT or ToastAndroid.LONG

Methods #

static show(message: string, duration: number) #

Properties #

SHORT: MemberExpression #

LONG: MemberExpression #

Edit on GitHubExamples #

'use strict'; var React = require('react-native');