 Dave LeeandFacebook Github Bot
|
0e3117c972
|
Fix format specifier used in RCTCxxMethod
Summary:
[`CxxModule::Method::callbacks`](https://github.com/facebook/react-native/blob/2161f92aaf37e126c6906e7ae6202d196b72648c/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 |
|
 Pieter De BaetsandFacebook Github Bot
|
cb12080179
|
Replace exported method registration with statically allocated struct
Reviewed By: fromcelticpark
Differential Revision: D5389383
fbshipit-source-id: 9eb29b254b616574966b43ad24aa880d44589652
|
2017-07-24 07:01:53 -07:00 |
|
 Pieter De BaetsandFacebook Github Bot
|
f1cbb11620
|
Replace -[RCTConvert folly_dynamic:] with direct calls to convertIdToFollyDynamic
Reviewed By: kathryngray
Differential Revision: D5355734
fbshipit-source-id: 4ba1533b75c8e271a86a2d5cc3a3354e52f83db2
|
2017-07-10 05:31:04 -07:00 |
|
 Pieter De BaetsandFacebook Github Bot
|
5d4ff693b4
|
Move RCTFollyConvert to the correct namespace
Reviewed By: mhorowitz
Differential Revision: D4551124
fbshipit-source-id: 40a0a8ca818710a7529798b8244d9c133eb5c22d
|
2017-02-16 06:59:27 -08:00 |
|
 Marc HorowitzandFacebook Github Bot
|
b774820dc2
|
move C++ bridge into oss directory
Reviewed By: javache
Differential Revision: D4434052
fbshipit-source-id: ff2743eb7fe5d9cabb860752ca3d92d631a2f02b
|
2017-02-01 14:14:32 -08:00 |
|