Prevent Expo Go from showing Projects menu after re-opening app

In my Expo Go app I have multiple builds showing under recently open. Whenever a user uses a specific build, and later closes Expo Go for sometime, upon logging back in the user is again greeted with the Projects page, even while the previously opened app is still running.

I was wondering if there was a way to either automatically jump to a specific build upon opening Expo Go, or restrict users to a specific build.

TIA!