We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0247363 commit aaaee4fCopy full SHA for aaaee4f
1 file changed
ios/RNVersionNumber.h
@@ -1,7 +1,10 @@
1
-
+#if __has_include(<React/RCTBridgeModule.h>)
2
+#import <React/RCTBridgeModule.h>
3
+#else
4
#import "RCTBridgeModule.h"
5
+#endif
6
7
@interface RNVersionNumber : NSObject <RCTBridgeModule>
8
9
@end
10
+
0 commit comments