react-native/ReactCommon
Valentin Shergin 8ef539e0c2 Fabric: `fromDynamic`: Parsing vector type when source has no array
Summary:
@public
If some prop has `std::vector` type, it possible that on JS side we want to pass just one element of the array.
And in this case we sometimes drop array initialization (`[]`) part, so instead of passing `[{x:1, y:1}]` we pass `{x:1, y:1}`.
This diff adds support for that.

Reviewed By: mdvacca

Differential Revision: D8526572

fbshipit-source-id: 33d4369ac48cac3eb1c534f477d8259e76e0c547
2018-06-22 07:32:50 -07:00
..
cxxreact make logMarker visible for consistency with logTaggedMarker 2018-06-01 15:20:01 -07:00
fabric Fabric: `fromDynamic`: Parsing vector type when source has no array 2018-06-22 07:32:50 -07:00
jschelpers Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
jsinspector Update license headers for MIT license 2018-02-16 18:31:53 -08:00
microprofiler Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
privatedata Migrate Android sources to MIT license header 2018-05-31 15:37:30 -07:00
yoga Add back deprecated getParent methods for non-breaking API change (#775) 2018-06-11 04:24:34 -07:00