mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
0c9c6e89e3
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.