react-native-patterns
Installation
SKILL.md
React Native Patterns for Frappe Mobile Apps
Quick reference for building Expo React Native apps that integrate with a Frappe backend.
App Overview
Location: chatnext-mobile-old/
Stack: React Native 0.71 + Expo ~48 + React Navigation v6 + Redux Toolkit + TanStack React Query v4 + Axios
Frappe API Integration
All API calls go through the pre-configured Axios instance:
import apiClient from '../utils/apiClient';