rules/react-native/production-readiness.md
Extends the ECC philosophy to ship-grade concerns that style/pattern rules cannot encode by themselves. A clean codebase is necessary but not sufficient for production — these items are mandatory before release.
npx expo install --check and test on both platforms.development, preview, production) in eas.json.expo-updates) for JS-only fixes, with a defined runtime version policy.@sentry/react-native) in production builds.version and ios.buildNumber / android.versionCode per release.EXPO_PUBLIC_*; real secrets via EAS secrets only.Before shipping, all must pass:
tsc --noEmit cleannpx expo lint cleannpx expo-doctor healthy