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 */