React Native State
In React Native, for data that is going to change, we have to use state. You can think of it as a variable. It allows us to store data and also change it when we want.Whenever you define a state, you need to provide an initial value for it. After that, you can use the setState function provided by R