You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/the-new-architecture/native-modules-lifecycle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Instead, on iOS, there are two additional protocols: [`RCTInitializing`](https:/
26
26
27
27
If your module needs to run some initialization code, then you can conform to the `RCTInitializing` protocol and implement the `initialize` method. To do so, you have to:
28
28
29
-
1.Moduify the `NativeModule.h` file by adding the following lines:
29
+
1.Modify the `NativeModule.h` file by adding the following lines:
0 commit comments