diff --git a/releases/next/docs/toastandroid.html b/releases/next/docs/toastandroid.html index 5775cbb57ea..a503cc3f3f2 100644 --- a/releases/next/docs/toastandroid.html +++ b/releases/next/docs/toastandroid.html @@ -1,6 +1,6 @@
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.
The 'showWithGravityWithOffset' function adds on the ability to specify offset +ToastAndroid.TOP, ToastAndroid.BOTTOM, ToastAndroid.CENTER.
The 'showWithGravityAndOffset' function adds on the ability to specify offset These offset values will translate to pixels.
Basic usage:
Improve this page by sending a pull request!