Arian Stolwijk a02c238464 Fix code example: NSNumber should be marked nonnull for compatibility with Android
Summary:
I was following the Native Modules guide for iOS, when I noticed this error in the example code:

> Argument 2 (NSNumber) of CalendarManager.addEvent has unspecified nullability but React requires that all NSNumber arguments are explicitly marked as `nonnull` to ensure compatibility with Android.

Marking the parameter NSNumber type as `nonnull` fixes the error in the example.
Closes https://github.com/facebook/react-native/pull/9705

Differential Revision: D3804661

Pulled By: JoelMarcey

fbshipit-source-id: 92ec8a08ff2a179e4a8935de4cecd7b8d993469b
2016-09-01 08:43:48 -07:00
..
2016-08-08 10:28:27 -07:00
2016-07-14 15:58:36 -07:00
2016-07-24 18:43:27 -07:00
2016-08-08 18:28:49 -07:00
2016-07-26 21:43:46 -07:00
2016-08-18 11:58:39 -07:00
2015-03-25 11:52:29 -07:00
2016-07-15 13:58:39 -07:00
2016-08-05 13:43:35 -07:00
2016-08-30 09:43:55 -07:00