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.
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.
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.