react-native-notifications
react-native-notifications copied to clipboard
Notifications android refreshToken() not in package but in API docs
Hello,
Its not a show stopper just wanted to let all of you know if you are looking for android.refreshToken() method its not available at the access path of Notifications.android.refreshToken as the API Documentation says but at Notification.android.registerRemoteNotifications. The latter method uses refreshToken.
Its not clear from the Docs at least for me. But after some reading in the package I found it.
I would suggest to update API Docs. Thanks.