// React Native Expo .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-react-native-expoLists best practices and folder structure but lacks trigger conditions and actionable agent instructions
// 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 = `
Install via CLI
npx mdskills install PatrickJS/cursor-react-native-expoReact Native Expo is a free, open-source AI agent skill. // React Native Expo .cursorrules
Install React Native Expo with a single command:
npx mdskills install PatrickJS/cursor-react-native-expoThis downloads the skill files into your project and your AI agent picks them up automatically.
React Native Expo works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.