react-native: Bridging. Add conversion functions to std::array<T, N> and std::pair<T1, T2>#42558
react-native: Bridging. Add conversion functions to std::array<T, N> and std::pair<T1, T2>#42558christophpurrer wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
Base commit: 94c72d5 |
f05996f to
4cf27ae
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
4cf27ae to
3af79eb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
3af79eb to
4698ea8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
4698ea8 to
c463105
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
c463105 to
6d4ce7a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
6d4ce7a to
81de2c3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
81de2c3 to
7dafa02
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
7dafa02 to
585a49b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
585a49b to
9ddee56
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
…and std::pair<T1, T2> (react#42558) Summary: Changelog: [Internal] These are currently missing. They are convinient to e.g. turn an array of JS arrays such as `[["key", "value"]]` into a - std::vector<std::array<T, N>> or - std::vector<std::pair<T1, T2>> which is e.g. used here: https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Network/RCTNetworking.android.js#L25-L31 Reviewed By: javache Differential Revision: D52943602
9ddee56 to
cb8d124
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52943602 |
|
This pull request has been merged in 4681e40. |
Summary:
Changelog: [Internal]
These are currently missing.
They are convinient to e.g. turn an array of JS arrays such as
[["key", "value"]]into aDifferential Revision: D52943602