| 1 | /* eslint-disable max-lines -- root layout bootstrap: auth/consent/update gating, notification wiring, theme readiness gate, and Sentry error-boundary wrap are kept together */ |
| 2 | // Must run before the first view mounts: allowRTL(true) makes the native |
| 3 | // direction known before any layout pass (see src/i18n/rtl.ts). |
| 4 | // eslint-disable-next-line import/no-duplicates -- the side effect must run here, before the named import below |
nothing calls this directly
no test coverage detected