Its priority puts it ahead of the React target on purpose: a native application also has views
under app/, so the React target's detection would answer for it, and the more specific
question has to be asked first.
devMode is self-hosted and devEntry is absent, which together say that Expo's own process
is the dev server: the CLI starts it and steps out of the way rather than supervising a child
of its own.
The native build target.
Its priority puts it ahead of the React target on purpose: a native application also has views under
app/, so the React target's detection would answer for it, and the more specific question has to be asked first.devModeisself-hostedanddevEntryis absent, which together say that Expo's own process is the dev server: the CLI starts it and steps out of the way rather than supervising a child of its own.