How to send text input onto a different screen by clicking a button in react native
I'm trying to develop an app that allows the user to input the title of a song on the screen 'PostScreen' and then when a button is clicked, see the title that they inputted on the home screen, called 'TabOneScreen'.…