wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

Notifications android refreshToken() not in package but in API docs #1002

Open Chrys-code opened 12 months ago

Chrys-code commented 12 months ago

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.

Screenshot 2023-10-05 at 17 40 01