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-03-26 02:42:24 -08:00
2015-05-13 13:24:36 -07:00
2015-03-26 02:42:24 -08:00
2015-05-31 14:46:38 -08:00
2015-03-26 02:42:24 -08:00
2015-06-12 14:04:29 -07:00
2015-05-13 13:24:37 -07:00
2015-06-12 14:04:27 -07:00
2015-03-26 02:42:24 -08:00
2015-04-20 14:20:36 -08:00
2015-06-05 09:58:25 -08:00
2015-06-05 09:58:25 -08:00
2015-04-15 07:07:48 -08:00
2015-06-07 08:45:18 -08:00
2015-05-26 04:18:55 -08:00
2015-06-12 14:04:29 -07:00