fixes for RN 0.49
This commit is contained in:
parent
75a8c44ca8
commit
876ed9b18b
|
@ -812,4 +812,9 @@ RCT_EXPORT_METHOD(touch:(NSString*)filepath
|
|||
};
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue