Skip to content

Commit 876ed9b

Browse files
committed
fixes for RN 0.49
1 parent 75a8c44 commit 876ed9b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RNFSManager.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,4 +812,9 @@ - (NSDictionary *)constantsToExport
812812
};
813813
}
814814

815+
+ (BOOL)requiresMainQueueSetup
816+
{
817+
return YES;
818+
}
819+
815820
@end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Native filesystem access for react-native",
55
"main": "FS.common.js",
66
"scripts": {

0 commit comments

Comments
 (0)