Remove RNFS handler as it breaks the build

This commit is contained in:
Lei Nelissen
2022-01-02 22:50:19 +01:00
parent 55494caf4f
commit f8e57827f2

View File

@@ -60,9 +60,4 @@ static void InitializeFlipper(UIApplication *application) {
#endif
}
- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)())completionHandler
{
[RNFSManager setCompletionHandlerForIdentifier:identifier completionHandler:completionHandler];
}
@end