Skip to content
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

Open
Snehasish7080 opened this issue Nov 15, 2024 · 4 comments
Open

Build failing in react naitve 0.68 #265

Snehasish7080 opened this issue Nov 15, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Snehasish7080
Copy link

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.

@Snehasish7080 Snehasish7080 added the bug Something isn't working label Nov 15, 2024
@umairkhan24
Copy link

i am facing this same error. Any solutions??

@HuseinHQ
Copy link

I have the same problems too, idk how to fix it

@agung83
Copy link

agung83 commented Nov 18, 2024

downgrade version from 1.15.0 to 1.7.0 work from me

@thuytony
Copy link

thuytony commented Nov 19, 2024

Go to: node_modules › @react-native-clipboard › clipboard › android › src › main ›
AndroidManifest.xml
And add package="com.reactnativecommunity.clipboard" like this:
Screenshot 2024-11-19 at 11 39 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants