npx expo run:ios. user closing and reopening the app

I want to test if logged-in state persist when user closes and restarts the application. Right now, if I close and restart the application, I see the development build screen.

How can I test this feature?