react-native-pusher-push-notifications
react-native-pusher-push-notifications copied to clipboard
Warning: You should call `pushNotifications.start` from the `AppDelegate.didFinishLaunchingWith`
trafficstars
Not a huge issue but looks like the underlying library would prefer pushNotifications.start to be called on init, which makes sense.
[PushNotifications]: Warning: You should call `pushNotifications.start` from the `AppDelegate.didFinishLaunchingWith`
It's kinda weird that this library does init and register in a single call (setInstanceId) - surely they should be separate?
Hi! Did you find any way to fix it?