Setup & Installation
What This Skill Does
Covers network requests and data fetching in Expo and React Native apps. Handles fetch API usage, React Query and SWR setup, authentication token management with SecureStore, offline detection, request cancellation, and environment-based API configuration. Instead of manually wiring together error handling, token refresh, offline detection, and environment config, this skill provides ready-to-use patterns for each case in one place.
When to use it
- Working with native data fetching functionality
- Implementing native data fetching features
- Debugging native data fetching related issues
