fixes for RN 0.49

This commit is contained in:
Hagen Hübel 2017-11-03 18:08:52 +01:00
parent 75a8c44ca8
commit 876ed9b18b
2 changed files with 6 additions and 1 deletions

View File

@ -812,4 +812,9 @@ RCT_EXPORT_METHOD(touch:(NSString*)filepath
};
}
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
@end

View File

@ -1,6 +1,6 @@
{
"name": "react-native-fs",
"version": "2.8.1",
"version": "2.8.2",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"scripts": {