Skip to main content
Back to the directory
expo/skillsSoftware EngineeringFrontend and Design

native-data-fetching

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
26

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/expo/skills --skill native-data-fetching
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, native-data-fetching has 26 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: expo/skills. Canonical URL: https://skills.sh/expo/skills/native-data-fetching.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Network requests, API calls, and data fetching for Expo apps with caching, error handling, and offline support. You MUST use this skill for ANY networking work including API requests, data fetching, caching, or network debugging. Consult these resources as needed: Use this skill when: Simple GET request : POST request with body : Setup : Fetching data : Mutations : Comprehensive error handling : Retry logic : Token management : Token refresh : Check network status : Offline-first with React Query : Using environment variables for API configuration : Expo supports environment variables with the EXPO_PUBLIC_ prefix. These are inlined at build time and available in your JavaScript code. Environment-specific configuration : Creating an API client with environment config : Important notes : TypeScript support : Cancel on unmount : With React Query (automatic): Wrong: No error handling Right: Check response status Wrong: Storing tokens in AsyncStorage Right: Use SecureStore for sensitive data User: "How do I make API calls in React Native?" -> Use fetch, wrap with error handling User: "Should I use React Query or SWR?" -> React Query for complex apps, SWR for simpler needs User: "My app needs to work offline" -> Use NetInfo for status, React Query persistence for caching User: "How do I handle authentication tokens?" -> Store in expo-secure-store, implement refresh flow User: "API...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does native-data-fetching do?

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

Is native-data-fetching good?

native-data-fetching does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support native-data-fetching?

native-data-fetching currently lists compatibility with Skills CLI.

Is native-data-fetching safe to install?

native-data-fetching has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to native-data-fetching?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install native-data-fetching?

Run the following command to install native-data-fetching: npx skills add https://github.com/expo/skills --skill native-data-fetching

Related skills

More from expo/skills

Related skills

Alternatives in Software Engineering