Clipboard.addEventListener event not working correctly

“expo”: “^48.0.16”,
“expo-cli”: “^6.3.7”,
“expo-clipboard”: “~4.1.2”,
“expo-file-system”: “~15.2.2”,
“expo-status-bar”: “~1.4.4”,
“expo-updates”: “~0.16.4”,
“react”: “18.2.0”,
“react-dom”: “18.2.0”,
“react-native”: “0.71.7”,

Android

Clipboard.addClipboardListener(() => {

console.log('check')

})

This piece of code works on a device with android 10, but does not work on android 6, there are no errors, just the event is not processed

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.