native-data-fetching

Installation
Summary

Network requests, API calls, and data fetching for Expo apps with caching, error handling, and offline support.

  • Covers fetch API, React Query, error handling patterns, token management with expo-secure-store, and retry logic with exponential backoff
  • Includes offline-first strategies using NetInfo and React Query persistence, plus environment variable configuration with EXPO_PUBLIC_ prefix for client-side URLs
  • Supports Expo Router data loaders (useLoaderData) for route-level data loading on web (SDK 55+)
  • Provides authentication workflows including token storage, refresh token flows, and secure header injection
SKILL.md

Expo Networking

You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging.

References

Consult these resources as needed:

references/
  expo-router-loaders.md   Route-level data loading with Expo Router loaders (web, SDK 55+)

When to Use

Use this skill when:

  • Implementing API requests
  • Setting up data fetching (React Query, SWR)
Related skills
Installs
30.6K
Repository
expo/skills
GitHub Stars
1.9K
First Seen
Jan 19, 2026