Posts by Renan C. Araujo • 101 points
1 post
-
0
votes3
answers361
viewsA: Attempt to manipulate values of a vector generated by a JSON
If the copia is an array, you should expose in JSX to be concatenated as string, a good way to do this is with the Operator spread: <Text style = {styles.welcome}>Day: {...copia}</Text>)…