react-native/Examples/UIExplorer/UIExplorer.xcodeproj
Nick Lockwood 95b9dd3a88 Added support for method argument nullability
Summary:
This diff adds support for enforcing nullability in the arguments for exported methods.

We previously supported use of the nullable/nonnull attributes on method arguments, but didn't do anything to ensure that they were respected.

Now, if an argument is marked as nonnull, and a null value is sent for that argument, it will display a redbox.

In future, nonnull will be assumed by default, but for now we assume that un-annotated arguments can be null (to avoid breaking existing code).
2015-07-29 05:50:27 -08:00
..
xcshareddata/xcschemes [ReactNative] Stop build tests on non-test builds 2015-06-22 02:56:32 -08:00
project.pbxproj Added support for method argument nullability 2015-07-29 05:50:27 -08:00