Is there a feature that enables users to highlight and copy text from within a view?
If not, is there a method to identify all "Text" type elements and extract the text they contain?
<View>
<Text>Text1</Text>
<Text>Text2</Text>
<Text>Text3</Text>
</View>