Browse Source

Fix UIDocumentInteractionController memory issue

Ben Hsieh 8 years ago
parent
commit
a75f3c2032
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ios/RNFetchBlob/RNFetchBlob.h

+ 1
- 1
src/ios/RNFetchBlob/RNFetchBlob.h View File

17
 }
17
 }
18
 
18
 
19
 @property (nonatomic) NSString * filePathPrefix;
19
 @property (nonatomic) NSString * filePathPrefix;
20
-@property (nonatomic) UIDocumentInteractionController * documentController;
20
+@property (retain) UIDocumentInteractionController * documentController;
21
 
21
 
22
 + (RCTBridge *)getRCTBridge;
22
 + (RCTBridge *)getRCTBridge;
23
 + (void) checkExpiredSessions;
23
 + (void) checkExpiredSessions;