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
Issue lies at whenever i tries invoke VoipPushNotification?.registerVoipToken(); in my code it gives me error Cannot read property 'registerVoipToken' of null at package index.js line 95 RNVoipPushNotificationManager.registerVoipToken(); and app crashed. i tried to find solution but didn't found any solution.
Issue lies at whenever i tries invoke
VoipPushNotification?.registerVoipToken();
in my code it gives me error Cannot read property 'registerVoipToken' of null at package index.js line 95RNVoipPushNotificationManager.registerVoipToken();
and app crashed. i tried to find solution but didn't found any solution.node_modules/react-native-voip-push-notification/index.js
Issue is on android only, in ios working fine. I'm using legacy project
The text was updated successfully, but these errors were encountered: