We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446ef1 commit 8a9ba6dCopy full SHA for 8a9ba6d
ios/RCTWebViewBridge.m
@@ -21,6 +21,7 @@
21
#import "RCTUtils.h"
22
#import "RCTView.h"
23
#import "UIView+React.h"
24
+#import <objc/runtime.h>
25
26
//This is a very elegent way of defining multiline string in objective-c.
27
//source: http://stackoverflow.com/a/23387659/828487
0 commit comments