Does Mach support Expo prebuild projects?
Yes. Use the Expo framework when Expo configuration and prebuild own the native project generation. Projects that deliberately own committed native folders can use the vanilla React Native workflow instead.
Can Mach create Expo development-client builds?
Yes. Development profiles can produce compatible development-client, simulator, or device artifacts according to the project configuration.
Do OTA updates replace native builds?
No. OTA is appropriate for runtime-compatible JavaScript, style, and asset changes. Native modules, permissions, SDK changes, and incompatible runtime changes require a new binary.
Can the same Expo build be tested and submitted?
Yes. Maestro results and store submissions remain linked to the successful build and artifact, preserving the release trail.