# Deprecated Assets These files are kept in place to avoid breaking native build configuration. Do NOT delete without first updating app.config.ts and running `expo prebuild --clean`. ## splash.png - What: old chain-break logo on navy gradient — used as the native OS-level splash screen image - Referenced in: app.config.ts → `splash.image` - Replaced by: animated in-app `BrandSplash` component (`components/BrandSplash.tsx`) which runs after the native splash hides - TODO (Orchestrator / Zied): update `app.config.ts` to use `assets/icon.png` as the native splash image (matching the in-app logo), then `expo prebuild --clean` + rebuild. A transparent logo variant (logo mark only, no rounded-square background) would be ideal for the native splash — currently not available; icon.png on #0f172a background is the fallback. ## adaptive-icon.png / adaptive-foreground.png / rebreak_android.png - What: older Android adaptive icon variants - Status: may still be referenced in app.config.ts android block — verify before removing