Hi,
So I have my state setup in my main component, I have a TextInput with setState I would like to put into a separate screen (which means a new component). What is the best way to do this?
Thanks
John
Hi,
So I have my state setup in my main component, I have a TextInput with setState I would like to put into a separate screen (which means a new component). What is the best way to do this?
Thanks
John
For further actions, you may consider blocking this person and/or reporting abuse
SameX -
SameX -
SameX -
SameX -
Top comments (2)
Sorry is this with vuejs or a different framework?
I’m working with React Native