react-native-advanced

Installation
SKILL.md

React Native Advanced: Expo + TanStack/XState/Zustand Ecosystem

React Native and Expo patterns for apps built with the TanStack ecosystem, XState, and Zustand. This skill extends react-advanced (core cross-platform patterns). Read that skill first for React Query, XState, Zustand, Zod, TanStack Form, and TanStack Table conventions.


RN Architecture

Libraries map differently in React Native compared to web:

Web Library RN Equivalent Key Difference
TanStack Router Expo Router No route loaders on native, file-based navigation
TanStack Start No SSR/server functions on native
TanStack Virtual FlashList Native view recycling, not DOM virtualization
localStorage MMKV Synchronous, native-thread, 30x faster
window events AppState/NetInfo Manual wiring required for focus/online managers
Related skills

More from trancong12102/agentskills

Installs
45
GitHub Stars
5
First Seen
Mar 28, 2026