Dariy D.
Dariy D.
> I created this patch (patch-package) for avoid this crash: > > `react-native-pdf+6.7.4.patch` > > ``` > diff --git a/node_modules/react-native-pdf/index.js b/node_modules/react-native-pdf/index.js > index c7c58d8..70a6057 100644 > --- a/node_modules/react-native-pdf/index.js > +++...
Issue happens in this block of code ``` [provider loadFileRepresentationForTypeIdentifier:(NSString *)kUTTypeMovie completionHandler:^(NSURL * _Nullable url, NSError * _Nullable error) { NSDictionary *mappedAsset = [self mapVideoToAsset:url phAsset:asset error:nil]; if (nil !=...