Tadeu Zagallo
0c9c6e89e3
[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 14:04:29 -07:00
..
2015-06-06 13:38:34 -08:00
2015-06-06 13:38:33 -08:00
2015-06-06 13:38:34 -08:00
2015-06-06 13:38:34 -08:00
2015-06-09 15:40:55 -08:00
2015-06-09 15:40:55 -08:00
2015-06-06 13:38:34 -08:00
2015-06-12 14:04:29 -07:00
2015-06-12 14:04:29 -07:00
2015-06-06 13:38:34 -08:00
2015-06-06 13:38:34 -08:00
2015-06-06 13:38:34 -08:00
2015-06-06 13:38:34 -08:00