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
Hi, I've just received a legacy app that uses this package.
And I have this error saying TypeError: Cannot read property 'wakeupByPush' of undefined, which appears when I'm trying to import the library:
import VoipPushNotification from "react-native-voip-push-notification";
Looks like RNVoipPushNotificationManager is undefined.
Can please someone help me with resolving this?
The text was updated successfully, but these errors were encountered:
Hi, I've just received a legacy app that uses this package.
And I have this error saying
TypeError: Cannot read property 'wakeupByPush' of undefined
, which appears when I'm trying to import the library:Looks like
RNVoipPushNotificationManager
isundefined
.Can please someone help me with resolving this?
The text was updated successfully, but these errors were encountered: