I'm trying to install the package on my app. On Android, I have everything set up and working. But I found an error on iOS: PDFView was not found in the UIManager. I've tried to add the pod 'RNPDF', :path => '../node_modules/react-native-view-pdf' on my Podfile but, when I do a pod install the error on the image shows on the console.
EDIT: Now the app and the PDF it's working! But that message it's steel showing
I'm trying to install the package on my app. On Android, I have everything set up and working. But I found an error on iOS:
PDFView was not found in the UIManager
. I've tried to add thepod 'RNPDF', :path => '../node_modules/react-native-view-pdf'
on my Podfile but, when I do apod install
the error on the image shows on the console.EDIT: Now the app and the PDF it's working! But that message it's steel showing