Posts by Murilo Araujo • 16 points
1 post
-
0
votes1
answer211
viewsA: Manipulate two different values in the same input text React Native expo
Taking into account that you have a string in number+symbol+number format, you could split the logo symbol on the first line of your Changetext. const [valor1, valor2] = i.split('simbolo'); //split…