react-native/Libraries/LinkingIOS
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
..
RCTLinking.xcodeproj Fixed deployment targets for React iOS submodules 2015-06-10 06:16:15 -08:00
LinkingIOS.js [ReactNative] use Map, not Object when functions are keys 2015-06-08 17:43:17 -08:00
RCTLinkingManager.h Bump .buckversion to 6cdb82cb7493a86c39d0f0dc3c102d0f470f55de. 2015-04-23 08:24:08 -08:00
RCTLinkingManager.m [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00