You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like in a similar issue opened here in May the function startListenerTapped doesn't get called
startListenerTapped = () => {
this.callDetector = new CallDetectorManager((event, phoneNumber)=> {
if (event === 'Offhook') {
console.log('Offhook')
}
...
}
When i check and request the permissions using react-native-permissions i get 'denied' when i check and 'blocked' when i request it (so on the device i don't get asked to allow the permission)
Like in a similar issue opened here in May the function startListenerTapped doesn't get called
When i check and request the permissions using react-native-permissions i get 'denied' when i check and 'blocked' when i request it (so on the device i don't get asked to allow the permission)
The text was updated successfully, but these errors were encountered: