Replies: 1 comment 1 reply
-
Can you clarify what you're attempting to do? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I dynamically add an existing native view to another native view?
In the old framework I could get a View based on viewForReactTag, shadowViewForReactTag for nodes, dynamically add child nodes to the parent node, and dynamically add a view with addSubView, but with the new one I don't know how to do that.
Beta Was this translation helpful? Give feedback.
All reactions