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-05-25 05:23:27 -08:00
2015-05-25 05:23:27 -08:00
2015-06-10 03:42:10 -08:00
2015-06-12 14:04:29 -07:00
2015-06-10 03:42:10 -08:00
2015-03-26 06:32:01 -07:00
2015-03-26 06:32:01 -07:00
2015-06-05 09:58:25 -08:00
2015-06-12 14:04:29 -07:00
2015-06-12 14:04:27 -07:00
2015-06-03 16:42:23 -08:00
2015-06-03 16:42:23 -08:00
2015-05-27 20:41:20 -08:00
2015-06-07 08:45:18 -08:00
2015-05-20 18:26:36 -08:00
2015-05-20 18:26:36 -08:00
2015-04-15 07:07:48 -08:00
2015-03-26 10:33:05 -08:00
2015-06-09 15:40:55 -08:00
2015-05-04 10:36:20 -08:00
2015-05-04 10:36:20 -08:00
2015-04-08 05:45:20 -08:00
2015-03-26 06:32:01 -07:00
2015-05-01 06:36:49 -08:00
2015-05-25 05:23:27 -08:00
2015-06-12 14:04:27 -07:00
2015-05-20 18:26:36 -08:00
2015-05-20 18:26:36 -08:00
2015-06-05 04:22:57 -08:00
2015-06-05 04:22:57 -08:00
2015-06-09 14:53:29 -08:00
2015-06-09 14:53:29 -08:00
2015-05-28 13:20:46 -08:00
2015-05-28 13:20:46 -08:00
2015-03-26 06:32:01 -07:00
2015-03-26 06:32:01 -07:00
2015-04-17 04:01:02 -08:00
2015-06-12 14:04:29 -07:00
2015-06-09 12:27:06 -08:00
2015-06-09 12:27:06 -08:00
2015-06-09 12:27:06 -08:00
2015-06-09 12:27:06 -08:00