react-native/Examples
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
..
2048 [Flow] v0.11.0 cleaning - Part 14 (react-native-github) 2015-05-13 13:24:36 -07:00
Movies [Flow] Fix or suppress last minute errors for 0.12.0 2015-06-11 17:43:06 -08:00
SampleApp [SampleApp + UIExplorer] Typos in the tests 2015-06-02 19:48:17 -08:00
TicTacToe [TicTacToe] Fix missing image styles for TicTacToe example 2015-06-11 18:03:21 -08:00
UIExplorer [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00