aemre

Results 6 comments of aemre

How to be sure plugin correctly working?

any update on this issue? I faced similar issue on production build

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...