Back to skills

native-data-fetching

development

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, reques

Setup & Installation

npx skills add https://github.com/expo/native-data-fetching --skill native-data-fetching
or paste the link and ask your coding assistant to install it
https://github.com/expo/native-data-fetching
View on GitHub

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