clipboard
clipboard copied to clipboard
Native module RNCClipboard tried to override ClipboardModule
Environment
react-native run-android
Platforms
Android
Versions
- Android: latest
- iOS: latest
- react-native-netinfo: no contain
- react-native: 0.63.3
- react: 16.13.1
Description
When I do the build to emulate the android, with the following command: react native run-android the cliboard library returns the error attached
Reproducible Demo
npx react-native run-android
Any update here?
Same issue, please resolve it.
Same issue
I had a react native community clipboard module in my project trying to use the same name, causing the crash. Can anyone share their package.json
Yes, I have got the same issue too, please help me... is anyone here with the solution?
My issue was having react-native-community/clipboard, trying to use ClipboardModule. Ended up using that package instead of this one, but removing either one should should solve the issue.
My issue was having react-native-community/clipboard, trying to use ClipboardModule. Ended up using that package instead of this one, but removing either one should should solve the issue.
Yes it did, Thanks a lot I just remove the other one in the package.json and it solved the problem :)