react-native/React
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
..
Base Added support for method argument nullability 2015-07-29 05:50:27 -08:00
Executors [ReactNative][Profiler] Fix NSProcessInfo instacrash on iOS7 2015-07-20 19:36:13 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules Add <Modal /> component 2015-07-28 07:21:50 -08:00
React.xcodeproj [ReactNative] Add RCTBridgeDelegate 2015-07-28 15:57:02 -08:00
Views [ReactNative] revert "prevent ScrollView content offset from changing during layout" 2015-07-28 19:39:56 -08:00