--- id: toastandroid title: ToastAndroid category: APIs permalink: docs/toastandroid.html ---
This exposes the native ToastAndroid module as a JS module. This has a function 'show' which takes the following parameters:
There is also a function showWithGravity to specify the layout gravity. May be
ToastAndroid.TOP, ToastAndroid.BOTTOM, ToastAndroid.CENTER.
Basic usage: