create-nova-expo-template
Version:
A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.
5 lines (4 loc) • 429 B
YAML
interface:
display_name: "Native Data Fetching"
short_description: "Implement and debug Expo network requests, caching, auth, offline support, and Expo Router data loaders"
default_prompt: "Use $native-data-fetching for Expo data fetching work: fetch wrappers, React Query or SWR setup, error handling, retry/cancellation, authenticated requests, environment-based API URLs, offline behavior, and Expo Router loaders."