I have a pretty interesting question.
Can you get a full React Element through an API call?
Example of API response:
<View style={{backgroundColor: 'red'}}>
<Text>
Hello
</Hello>
</View>
Can this response be saved in a variable and used in the final return
?