aemre
aemre
any update ?
How to be sure plugin correctly working?
any update on this issue? I faced similar issue on production build
How fix it via custom resolver?
remove old clipboard. install **@react-native-clipboard/clipboard** and install patch-package. add package.json script: `"postinstall": "patch-package"` **node_modules/@jitsi/react-native-sdk/react/features/base/util/copyText.native.ts** change like. ``` import Clipboard from '@react-native-clipboard/clipboard'; /** * Tries to copy a given text to...