react-native/Examples
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
..
2048 [ReactNative] Use new animation library for 2048 game demo 2015-07-23 12:36:31 -08:00
Movies [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00
SampleApp [ReactNative] Fix ResponderEventPlugin after React upgrade 2015-07-29 02:47:55 -08:00
TicTacToe [React Native] Remove animated GIFs from TicTacToe example 2015-07-06 04:11:03 -08:00
UIExplorer Added support for method argument nullability 2015-07-29 05:50:27 -08:00