Expo API Integration Audit Overview This skill audits an Expo (React Native) TypeScript app's API integration layer to identify gaps, hardcoded data, auth issues, and offline behavior problems. Designed for apps using Expo Router, expo-secure-store, and expo-constants. Inputs Before starting, gather from the user: - Known issues (optional): Specific screens or flows suspected to be broken - Output format preference : markdown report, JSON findings, fix PRs, or task list - Scope : Full audit or specific focus (auth only, offline only, etc.) Tool Note: ripgrep If (ripgrep) is available, use it…