wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.58k stars 540 forks source link

Cannot resolve symbol 'RCTPdfView' #747

Open Anuj97Anuj opened 1 year ago

Anuj97Anuj commented 1 year ago
"react-native": "^0.65.3",

"react-native-pdf": "^6.7.1",

 Both Anfroid/iOS

Describe your issue as precisely as possible : When i'm trying to run the project in android studio , then throwing error in Android/App/src/main/java/com/project MainApplication.java

Error: Cannot resolve symbol 'RCTPdfView' : 13 (line)

Untitled

kindly provide best solution

douugdev commented 1 year ago

You are tring to manually link the project using an old file name, this file does not exist anymore, please downgrade your version to 6.6.0 or rename RCTPdfView to RNPDFPackage