// 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
1// React Native Expo .cursorrules23// React Native Expo best practices45const reactNativeExpoBestPractices = [6 "Use functional components with hooks",7 "Utilize Expo SDK features and APIs",8 "Implement proper navigation using Expo Router",9 "Use Expo's asset system for images and fonts",10 "Implement proper error handling and crash reporting",11 "Utilize Expo's push notification system",12];1314// Folder structure1516const folderStructure = `17assets/18src/19 components/20 screens/21 navigation/22 hooks/23 utils/24App.js25app.json26`;2728// Additional instructions2930const additionalInstructions = `311. Use TypeScript for type safety322. Implement proper styling using StyleSheet333. Utilize Expo's vector icons344. Use Expo's secure store for sensitive data355. Implement proper offline support366. Follow React Native best practices for performance377. Use Expo's OTA updates for quick deployments38`;3940
Full transparency — inspect the skill content before installing.