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

Commit f21e0d8

Browse files
committed
Fix related to #31
1 parent 076165a commit f21e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/RNFetchBlobFS.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
@property (nonatomic) NSOutputStream * outStream;
3030
@property (nonatomic) NSInputStream * inStream;
31-
@property (nonatomic) RCTResponseSenderBlock callback;
31+
@property (strong, nonatomic) RCTResponseSenderBlock callback;
3232
@property (nonatomic) RCTBridge * bridge;
3333
@property (nonatomic) NSString * encoding;
3434
@property (nonatomic) NSString * taskId;

0 commit comments

Comments
 (0)