react-native-pdf
react-native-pdf copied to clipboard
tvOS compatibility
According to the podspec, this package supports tvOS: podspec link, when using the new architecture (fabric_enabled)
But, in the implementation of RNPDFPdfView UIPinchGestureRecognizer is used which is not supported by tvOS. Hence, building the source fails.
@wvanhaevre any luck here?