Add GraphNode example for Cxx TMs#41766
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
Base commit: 3854735 |
f0716e6 to
ad82565
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
ad82565 to
d84338c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
d84338c to
2aaf695
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
Summary: Changelog: [Internal] Adds a simple example showing a recursive node, stored inside a collection in a Cxx TM. Currently we can't auto-generate [the necessary C++ Types](https://reactnative.dev/docs/next/the-new-architecture/cxx-custom-types#struct-generator) - but we can add it later if this scenarios becomes really common. Differential Revision: D51783974
2aaf695 to
6d67090
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
6d67090 to
4dcd7d1
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
Summary: Changelog: [Internal] Adds a simple example showing a recursive node, stored inside a collection in a Cxx TM. Currently we can't auto-generate [the necessary C++ Types](https://reactnative.dev/docs/next/the-new-architecture/cxx-custom-types#struct-generator) - but we can add it later if this scenarios becomes really common. Reviewed By: rshest Differential Revision: D51783974
4dcd7d1 to
e2901fd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D51783974 |
|
This pull request was successfully merged by @christophpurrer in 5754b4a. When will my fix make it into a release? | Upcoming Releases |
|
This pull request has been merged in 5754b4a. |
Summary:
Changelog: [Internal]
Adds a simple example showing a recursive node inside a collection in a Cxx TM.
Currently we can't auto-generate the necessary C++ Types - but we can add it later if this scenarios becomes really common.
Differential Revision: D51783974