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');