We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c08573 commit bbafdc1Copy full SHA for bbafdc1
.flowconfig
@@ -70,4 +70,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
70
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
71
72
[version]
73
-0.78.0
+0.109.0
RNFSManager.m
@@ -14,7 +14,12 @@
14
15
#import <React/RCTEventDispatcher.h>
16
#import <React/RCTUtils.h>
17
+
18
+#if __has_include(<React/RCTImageLoader.h>)
19
+#import <React/RCTImageLoader.h>
20
+#else
21
#import <React/RCTImageLoaderProtocol.h>
22
+#endif
23
24
#import <CommonCrypto/CommonDigest.h>
25
#import <Photos/Photos.h>
0 commit comments