We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58437cd commit cca1cdfCopy full SHA for cca1cdf
ReactCommon/fabric/uimanager/UIManagerBinding.h
@@ -26,7 +26,7 @@ class UIManagerBinding : public jsi::HostObject {
26
UIManagerBinding(std::unique_ptr<UIManager> uiManager);
27
28
/*
29
- * Stops React Native Surface with given id, moduleName, and props.
+ * Starts React Native Surface with given id, moduleName, and props.
30
* Thread synchronization must be enforced externally.
31
*/
32
void startSurface(
0 commit comments