-
Notifications
You must be signed in to change notification settings - Fork 149
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
Build failing in react naitve 0.68 #265
Comments
i am facing this same error. Any solutions?? |
I have the same problems too, idk how to fix it |
downgrade version from 1.15.0 to 1.7.0 work from me |
Go to: node_modules › @react-native-clipboard › clipboard › android › src › main › |
this is work for me using react native 0.68.6, thanks |
Buddy, you saved my ass |
android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:19: error: package undefined does not exist
import undefined.ClipboardPackage;
this is the error I am getting in react native 0.68 for android.
The text was updated successfully, but these errors were encountered: