We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d9a49 commit 9240b78Copy full SHA for 9240b78
1 file changed
packages/react-native/React/Base/RCTBridgeMethod.h
@@ -26,7 +26,7 @@ static inline const char *RCTFunctionDescriptorFromType(RCTFunctionType type)
26
default:
27
return "async";
28
}
29
-};
+}
30
31
@protocol RCTBridgeMethod <NSObject>
32
0 commit comments