From b44447f88ff4f700cb791d8e441c40f7cc55c08c Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 28 Apr 2015 06:27:53 +0000 Subject: [PATCH] update website --- docs/nativemodulesios.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nativemodulesios.html b/docs/nativemodulesios.html index 67ec227bf4c..0f82bf17440 100644 --- a/docs/nativemodulesios.html +++ b/docs/nativemodulesios.html @@ -87,7 +87,7 @@ class CalendarManager // Date is ready to use! } -}

NOTE It is important to use the @objc modifiers to ensure the class and functions are exported properly to the Objective-C runtime.

Then create a private implementation file that will register the required information with the React Native bridge:

// CalendarManagerBridge.m +}

NOTE: It is important to use the @objc modifiers to ensure the class and functions are exported properly to the Objective-C runtime.

Then create a private implementation file that will register the required information with the React Native bridge:

// CalendarManagerBridge.m #import "RCTBridgeModule.h" @interface RCT_EXTERN_MODULE(CalendarManager, NSObject)