So I'm trying to send some objects to another screen but the problem is when I use navigation.navigate('ScreenName', {object}) I'm passing the data but also navigating to the secreen as well. I just want to pass the data without navigating to the screen itself and when needed I can go to that screen and view the data I sent.