From 5db1ca10726ecd8ae45cd3d4a6bb8e01ed85194d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 8 May 2019 14:55:13 +0000 Subject: [PATCH] Deploy website Deploy website version based on 5e25f15e03f373e4a405099a02cc87ac4fe3a72c --- docs/next/native-modules-android.html | 2 +- docs/next/native-modules-android/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/native-modules-android.html b/docs/next/native-modules-android.html index 80f584b5eed..1e24b4eac2d 100644 --- a/docs/next/native-modules-android.html +++ b/docs/next/native-modules-android.html @@ -192,7 +192,7 @@ module.exports .show('Awesome', ToastExample.SHORT); -

Please make sure this JavasScript file to be the same hierarchy as ToastExample.js.

+

Please make sure this JavaScript is in the same hierarchy as ToastExample.js.

Beyond Toasts

Callbacks

Native modules also support a special kind of argument - a callback. In most cases it is used to provide the function call result to JavaScript.

diff --git a/docs/next/native-modules-android/index.html b/docs/next/native-modules-android/index.html index 80f584b5eed..1e24b4eac2d 100644 --- a/docs/next/native-modules-android/index.html +++ b/docs/next/native-modules-android/index.html @@ -192,7 +192,7 @@ module.exports .show('Awesome', ToastExample.SHORT); -

Please make sure this JavasScript file to be the same hierarchy as ToastExample.js.

+

Please make sure this JavaScript is in the same hierarchy as ToastExample.js.

Beyond Toasts

Callbacks

Native modules also support a special kind of argument - a callback. In most cases it is used to provide the function call result to JavaScript.