From 501086a3905fee9db40b5b92e894512d8c403eec Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 24 Sep 2015 13:26:29 +0000 Subject: [PATCH] update website --- docs/native-modules-android.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/native-modules-android.html b/docs/native-modules-android.html index 73cf4730151..ef66582f751 100644 --- a/docs/native-modules-android.html +++ b/docs/native-modules-android.html @@ -56,7 +56,7 @@ ReadableArray - .addPackage(new AnExampleReactPackage()) .setUseDeveloperSupport(true) .setInitialLifecycleState(LifecycleState.RESUMED) - .build();

To make it simpler for to access your new functionality from JavaScript, it is common to wrap the native module in a JavaScript module. This is not necessary but saves the consumers of your library the need to pull it off of NativeModules each time. This JavaScript file also becomes a good location for you to add any JavaScript side functionality.

/** + .build();

To make it simpler to access your new functionality from JavaScript, it is common to wrap the native module in a JavaScript module. This is not necessary but saves the consumers of your library the need to pull it off of NativeModules each time. This JavaScript file also becomes a good location for you to add any JavaScript side functionality.

/** * @providesModule ToastAndroid */