-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: cannot find symbol import com.wonday.rnpdf.RNPDFPackage; #786
Comments
+1 |
Looks like #784 introduced the issue for RN <73 Hey @felipecsl, could you please take a look at what is causing the library to fail during the build process? Is it change package |
FYI, Therefore, I made a similar PR #785 in this repo to solve this issue. |
It Still Showing this error to me What react-native version are you using? 0.72.3 What react-native-pdf version are you using? 6.7.2 What platform does your issue occur on? (android/ios/both) android Here is the screenshot of my command terminal that gives me error: https://ibb.co/KjL4Wcn |
i had the same issue today , anyone have a solution for this please import com.wonday.rnpdf.RNPDFPackage;
symbol: class RNPDFPackage location: package com.wonday.rnpdf |
same problem here. I am on: It worked for me when I downgraded to 6.7.1 but that is a quickfix :) |
i hope they fix it soon im stuck in the hole project for this issue |
Well, you can stay on v6.7.1 for the time being if you are stuck. I believe that a hot-fix will be out soon. |
@UNIDY2002 actually im already on the "react-native-pdf": "^6.7.1", and this issue happens while im building , thats so confusing |
@Fares-sghaier Remove ^ sign and do npm install again |
@malikzype thanks a lot man! |
It works now with .. "react-native-pdf": "6.7.1", Thanks |
Fixed at v6.7.3 |
What
react-native
version are you using?0.72.7
What
react-native-pdf
version are you using?6.7.2
What platform does your issue occur on? (android/ios/both)
android
Describe your issue as precisely as possible :
logs
See: https://github.com/thu-info-community/thu-info-app/actions/runs/6921186685/job/18826513634?pr=503#step:8:1763
Show us the code you are using?
https://github.com/thu-info-community/thu-info-app/tree/renovate/react-native-pdf-6.x/apps/thu-info-app
The text was updated successfully, but these errors were encountered: