react-native/React/CxxModule
Dave Lee 0e3117c972 Fix format specifier used in RCTCxxMethod
Summary:
[`CxxModule::Method::callbacks`](2161f92aaf/ReactCommon/cxxreact/CxxModule.h (L66)) is `size_t` which uses `%zu` as the format specifier. Newer versions of clang can warn or error on this. This change prevents that from happening.

Local builds with clang 5.
Closes https://github.com/facebook/react-native/pull/15402

Differential Revision: D5583710

Pulled By: javache

fbshipit-source-id: 1d1e740c275fddfea177cf9476cd1d03b7e27330
2017-08-08 11:55:17 -07:00
..
DispatchMessageQueueThread.h Add extra guards to DispatchMessageQueueThread 2017-04-11 12:25:39 -07:00
RCTCxxMethod.h move C++ bridge into oss directory 2017-02-01 14:14:32 -08:00
RCTCxxMethod.mm Fix format specifier used in RCTCxxMethod 2017-08-08 11:55:17 -07:00
RCTCxxModule.h Use forward declaration in RCTCxxModule 2017-04-07 09:30:33 -07:00
RCTCxxModule.mm Allow native modules to customize the main-thread init behaviour 2017-08-07 07:04:36 -07:00
RCTCxxUtils.h Specialize JSCValueEncoder for id instead of NSArray 2017-08-07 06:45:34 -07:00
RCTCxxUtils.mm Replace -[RCTConvert folly_dynamic:] with direct calls to convertIdToFollyDynamic 2017-07-10 05:31:04 -07:00
RCTNativeModule.h Improve systrace markers 2017-05-12 18:07:49 -07:00
RCTNativeModule.mm Replace exported method registration with statically allocated struct 2017-07-24 07:01:53 -07:00