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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
Hi,
currently, there is an error in the documentation:
var push = PushNotification.init({ "android": {"senderId": "12345679"},
"ios": {}, "wp": {"channelName": "12345679"} } );
which cause "No value for senderID" error.
Correction: senderId => senderID
The text was updated successfully, but these errors were encountered: