Build failing in react naitve 0.68
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.
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 ›
AndroidManifest.xml
And add package="com.reactnativecommunity.clipboard" like this:
Go to: node_modules › @react-native-clipboard › clipboard › android › src › main › AndroidManifest.xml And add package="com.reactnativecommunity.clipboard" like this:
this is work for me using react native 0.68.6, thanks
Go to: node_modules › @react-native-clipboard › clipboard › android › src › main › AndroidManifest.xml And add package="com.reactnativecommunity.clipboard" like this:
Buddy, you saved my ass

