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)