Unfortunately, the docs on https://facebook.github.io/react-native/docs/pushnotificationios.html#content is throwing warnings saying UIUserNotificationSettings/UILocalNotification is deprecated in ios 10 and to use UNNotificationSettings. What is the correct setup in AppDelegate.m for push notifications to work with ios 10 without any warnings?
yeah how did u setup?
Has anyone gotten this to work without warnings?
In addition, is there path forward for react-native-push-notification as it seems like PushNotificationIOS will get removed/deprecated from react-native (https://docs.google.com/spreadsheets/d/18xkWNZ7E9LgDoVfFO91_vIjWVwLOYWASsGE8Ng12nX8/edit#gid=0)
@msluther Looks like there a recommendation to move PushNotificationIOS into this repo:
https://github.com/zo0r/react-native-push-notification/issues/914
I personally would love to see this happen if @zo0r agrees to it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
Most helpful comment
@msluther Looks like there a recommendation to move PushNotificationIOS into this repo:
https://github.com/zo0r/react-native-push-notification/issues/914
I personally would love to see this happen if @zo0r agrees to it.