native-data-fetching
Implementation of API requests, data fetching, caching, and authentication workflows for Expo and React Native apps.
Install
npx skills add https://github.com/expo/skills --skill native-data-fetchingStats
| Total installs | 16,679 |
| Weekly installs | 16.6K |
| GitHub stars | 1.6K |
| First seen | Jan 19, 2026 |
| Source | @expo/skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs native-data-fetching |
|---|---|---|
| azure-compute | 104,322 | +87,643 |
| ai-sdk | 14,212 | -2,467 |
| nodejs-backend-patterns | 12,786 | -3,893 |
| entra-app-registration | 145,577 | +128,898 |
| technical-writing | 11,701 | -4,978 |
FAQ
- How many installs does native-data-fetching have?
- native-data-fetching has 16,679 total installs and 16.6K installs this week.
- Where is native-data-fetching hosted?
- native-data-fetching is published by @expo/skills at https://github.com/expo/skills.
- How many GitHub stars does native-data-fetching have?
- native-data-fetching has 1.6K GitHub stars.
- When was native-data-fetching first indexed?
- OrangeBot.AI first indexed native-data-fetching on Jan 19, 2026.
- How do I install native-data-fetching?
- Run: npx skills add https://github.com/expo/skills --skill native-data-fetching