Mobile#react#native#expo
React Native Expo
Cursor rules for React Native Expo development.
Use it with Cursor, or export as AGENTS.md / CLAUDE.md for other AI coding agents — pick a format below.
// React Native Expo .cursorrules
// React Native Expo best practices
const reactNativeExpoBestPractices = [
"Use functional components with hooks",
"Utilize Expo SDK features and APIs",
"Implement proper navigation using Expo Router",
"Use Expo's asset system for images and fonts",
"Implement proper error handling and crash reporting",
"Utilize Expo's push notification system",
];
// Folder structure
const folderStructure = `
assets/
src/
components/
screens/
navigation/
hooks/
utils/
App.js
app.json
`;
// Additional instructions
const additionalInstructions = `
1. Use TypeScript for type safety
2. Implement proper styling using StyleSheet
3. Utilize Expo's vector icons
4. Use Expo's secure store for sensitive data
5. Implement proper offline support
6. Follow React Native best practices for performance
7. Use Expo's OTA updates for quick deployments
`;How to use: save the file at your project root (e.g.
.cursorrules or AGENTS.md) and your AI editor picks it up automatically.Related rules
Mobile→
TypeScript Shadcn UI Nextjsmpt Fil
Cursor rules for TypeScript development with shadcn/ui and Next.js integration.
#typescript#shadcn#ui#nextjsmpt
Mobile→
TypeScript Zod Tailwind Nextjsmpt
Cursor rules for TypeScript development with Zod, Tailwind, and Next.js integration.
#typescript#zod#tailwind#nextjsmpt
Mobile→
React Native Expo Router TypeScript Windows
Cursor rules for React Native Expo Router Typescript Windows.
#react#native#expo#router