Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a75f3c2

Browse files
committed
Fix UIDocumentInteractionController memory issue
1 parent 5641cf5 commit a75f3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/RNFetchBlob/RNFetchBlob.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
@property (nonatomic) NSString * filePathPrefix;
20-
@property (nonatomic) UIDocumentInteractionController * documentController;
20+
@property (retain) UIDocumentInteractionController * documentController;
2121

2222
+ (RCTBridge *)getRCTBridge;
2323
+ (void) checkExpiredSessions;

0 commit comments

Comments
 (0)