I am using expo SDK 49 and maestro for E2E user testing.
When I run maestro now, a page appears that say "Development Build" and does not show my app anymore.
Can someone please explain what is this page, why this is showing and how I can get maestro to load my app again?
I have tried running
npx react-native build-android and eas build --profile development --platform android
When I run npx expo run:android the app shows correctly

Similar question with answer: how to not have expo development build page show when app starts?
Development build shows when you build with
"developmentClient": trueineas.jsonFrom the documentation: https://docs.expo.dev/develop/development-builds/introduction/
You can create a build in the
eas.jsonthat has"developmentClient": false