I have a variable pass and I did a {pass++} inside of one of my return. Howether , while it increment the pass, it also show the pass on my page. How to make it so that it is not on my page?Here is my code:
return (<View><Text> //Here I put some text, then I wanted to increment {pass++}</Text></View>)