I’m working with React Native and Expo on a user profile file. Every time I want to save changes and see how they look, I’m redirected to the home page. I then have to manually navigate back to the profile screen on my phone to view the changes.
I already tried Fast Refresh, Hot Reloading, and have set the initial route to the profile screen for easier access. Despite these efforts, it still feels complex to do that everytime