Updating any property of a Nested Text, triggers a full update of all the properties. The consequence is that multiple spans are added to the TextView to display the same duplicate property, on every -re-render. This issue is related to Asana Tasks View Manager prop setters called for unchanged values. and notion task Avoid using react native wrapper components for text & view and use native components directly.
The redundant update process can lead to performance issues or unexpected behavior due to the unnecessary creation of spans.
CLICK TO OPEN SOURCECODE OF THE EXAMPLE