mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
[Docs] Fix missing : in Swift NativeModules doc
This commit is contained in:
parent
bfdd1d6443
commit
d662a307b7
@ -285,7 +285,7 @@ class CalendarManager: NSObject {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
> **NOTE** It is important to use the @objc modifiers to ensure the class and functions are exported properly to the Objective-C runtime.
|
> **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:
|
Then create a private implementation file that will register the required information with the React Native bridge:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user