Open malanchito opened 2 years ago
Even myself problem. Patch applied: https://github.com/priteshrnandgaonkar/react-native-call-detection/issues/105 but events are not called mine.
Is anyone else using the config plugin with expo and seeing the following error?
{
name: 'PluginError',
isPluginError: true,
code: 'INVALID_PLUGIN_IMPORT',
cause: undefined
}
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)