react-native/Libraries/PushNotificationIOS
ashoat a8f429d3a8 Add support for "thread-id" in PushNotificationIOS
Summary:
`thread-id` is an Apple-defined key. `PushNotificationIOS.getDeliveredNotifications()` includes it, but the notification object currently ignores it. Since it's in the `aps` key, it's impossible to access without this change, as `getData()` does not include it.
Closes https://github.com/facebook/react-native/pull/17499

Differential Revision: D6696577

Pulled By: shergin

fbshipit-source-id: e0f48efd640bf5addb24a8d4352f9bb23f42612a
2018-01-10 17:47:28 -08:00
..
RCTPushNotification.xcodeproj Standardize project indentation settings on 2 spaces 2017-07-31 05:20:03 -07:00
PushNotificationIOS.js Add support for "thread-id" in PushNotificationIOS 2018-01-10 17:47:28 -08:00
RCTPushNotificationManager.h Handle push notifications on iOS 2017-02-03 11:58:30 -08:00
RCTPushNotificationManager.m Set alertTitle in UILocalNotification 2017-08-06 20:22:21 -07:00