adynato-mobile-api

Installation
SKILL.md

Mobile API Skill

Use this skill when integrating APIs into Adynato mobile apps.

Stack

  • Data Fetching: TanStack Query (React Query)
  • HTTP Client: Fetch API or Axios
  • Auth Storage: expo-secure-store
  • Offline: TanStack Query persistence

Setup

Query Client Configuration

// lib/query-client.ts
import { QueryClient } from '@tanstack/react-query'
Installs
9
Repository
adynato/skills
GitHub Stars
1
First Seen
Jan 21, 2026
adynato-mobile-api — adynato/skills