react-native/Libraries/PushNotificationIOS
Tadeu Zagallo 2a7adfb815 [ReactNative] Use RCTNullIfNill and (id)kCFNull
Summary:
@public

Use consistent `null` handling:

`value || null`                ->  `RCTNullIfNil(value)`
`value == null ? nil : value`  ->  `RCTNilIfNull(value)`
`[NSNull null]`                ->  `(id)kCFNull`

Test Plan: The tests should be enough.
2015-06-12 11:03:10 -08:00
..
RCTPushNotification.xcodeproj Fixed deployment targets for React iOS submodules 2015-06-10 06:16:15 -08:00
PushNotificationIOS.js [ReactNative] PushNotificationIOS listener Map 2015-06-11 13:43:36 -08:00
RCTPushNotificationManager.h Add an event for remote notification registration, and improve permissions request 2015-06-03 14:06:44 -08:00
RCTPushNotificationManager.m [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00