Onespot, a platform building custom-branded mobile apps for schools, shares how they automated OTA updates and store deployments across 200+ React Native/Expo apps. The core approach: a JSON app registry (apps.json) as the source of truth, a Python script (onescript.py) that generates per-app config files, and a GitHub Actions

12m read timeFrom expo.dev
Post cover image
Table of contents
The challenge: deploying at “white-label” scaleThe key idea: “which app am I deploying?” is a data problemAutomating the config generationStructuring the app configPublishing with PythonMoving deployments off the laptopTriggering deployments from your phoneWhere do we go next?Safety and guardrails to considerFinal thoughts

Sort: