Closed ong-palo closed 7 months ago
When building on android on latest commit, this causes an error where it says that there are no methods to override for the two methods in the file RNPDFPdfViewManagerDelegate.java.
Removing the @ Override notation fixes this build and allows the library to work.
Remove @ override in RNPDFPdfViewManagerDelegate.java to fix 'no matching methods to override' error when building android