I'm trying to passing data between screenthe data:const [arrange, setArrange] = useState(false); // the clubs arrange state
the state is updating the home screen and arranging it differently based on the 'arrange' value (if true, one way, if false another), and i would like to update the arrange value in the second screen and send it back to the home screen and see the change.