Unverified Commit 7db6295a authored by CookieJ's avatar CookieJ Committed by GitHub

Merge pull request #33 from TrustTheBoy/patch-1

Implement requiresMainQueueSetup to prevent warning in RN 0.49+.
parents dfa49399 aee8b427
......@@ -341,6 +341,11 @@ RCT_EXPORT_METHOD(removeAllPhoto) {
}
}
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
- (BOOL)createDir {
NSString * path = [NSString stringWithFormat:@"%@ImageCaches", NSTemporaryDirectory()];;
NSFileManager *fileManager = [NSFileManager defaultManager];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment