Support for views in Text tag? #12944
Answered
by
chrisglein
SupertigerDev
asked this question in
Q&A
|
Hello, when is support for views in Text tag being added? I want to port my chat app to react native for windows but I need this to support markdown. For example when tagging users, I need to show a small profile picture of the user inline. Is it possible to do it another way? |
Answered by
chrisglein
Apr 15, 2024
Replies: 1 comment 6 replies
|
These two issues track this:
You can nest some things today - there's an example of nested Text components in React Native Gallery), for example. So... may depend on what you've tried? But I think the short answer is that on the current "Paper" rendering architecture, this will remain unimplemented except for the cases that work today. But this should be solved for the newer "Fabric" renderer that will replace it. |
6 replies
Answer selected by
chrisglein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


These two issues track this:
You can nest some things today - there's an example of nested Text components in React Native Gallery), for example. So... may depend on what you've tried?
But I think the short answer is that on the current "Paper" rendering architecture, this will remain unimplemented except for the cases that work today. But this should be solved for the newer "Fabric" renderer that will replace it.