machichdigital
RegelCursor RulesLizenz: CC0 1.0frei kopierbar

React Native Expo Router TypeScript Windows

Cursor-Regel für React-Native-Apps mit Expo Router und TypeScript, inklusive Hinweisen für Windows-Entwicklung.

⬇ Als Datei laden

× kopiert× heruntergeladenBewertung:

Cursor-Regel für React-Native-Apps mit Expo Router und TypeScript, inklusive Hinweisen für Windows-Entwicklung.

Original-Beschreibung der Autoren: Cursor rules for React Native Expo Router Typescript Windows.

Die Regel

---
description: "Cursor rules for React Native Expo Router Typescript Windows."
globs: **/*
alwaysApply: false
---
// React Native Expo .cursorrules

// React Native Expo Best Practices

const reactNativeExpoBestPractices = [
  "Use functional components with hooks.",
  "Leverage Expo SDK features and APIs.",
  "Implement navigation using Expo Router.",
  "Manage assets with Expo's asset system for images and fonts.",
  "Ensure robust error handling and crash reporting.",
  "Utilize Expo's push notification system.",
  "Adopt TypeScript for type safety.",
  "Apply consistent styling using StyleSheet.",
  "Incorporate Expo's vector icons.",
  "Secure sensitive data with Expo's SecureStore.",
  "Implement proper offline support.",
  "Optimize performance following React Native best practices.",
  "Deploy updates using Expo's OTA mechanism.",
  "Style components using NativeWind.",
];

// Folder Structure

const folderStructure = `
assets/
src/
  components/
  screens/
  navigation/
  hooks/
  utils/
app/
  _layout.tsx
  index.tsx
App.js
app.json
`;

// Package Version Compatibility Notes

const packageCompatibilityNotes = [
  "NativeWind and Tailwind CSS compatibility:",
  "- Use nativewind@2.0.11 with tailwindcss@3.3.2.",
  "- Higher versions may cause 'process(css).then(cb)' errors.",
  "- If errors occur, remove both packages and reinstall specific versions:",
  "  npm remove nativewind tailwindcss",
  "  npm install nativewind@2.0.11 tailwindcss@3.3.2",

  "Babel configuration for NativeWind:",
  "- Include 'nativewind/babel' in the plugins array.",
  "- Avoid using jsxImportSource in presets.",
  "- Ensure 'react-native-reanimated/plugin' follows 'nativewind/babel'."
];

// Additional Instructions

const additionalInstructions = [
  "Use PowerShell for terminal commands.",
  "Before installing a new package, check if it's already installed:",
  "  Get-ChildItem -Recurse -Filter package-name",
  "If installed, upgrade using:",
  "  expo upgrade <package-name>",
  "or",
  "  npm install <package-name>",
  "if not supported by Expo.",
  "Use PowerShell commands to manage the project, e.g., moving and renaming files:",
  "  Move-Item -Path .\\old\\path\\file.txt -Destination .\\new\\path\\newname.txt",
  "If unsure about the current structure or details, use PowerShell to list out necessary information:",
  "  Get-ChildItem -Recurse",
  "Utilize official Expo libraries and upgrade them using Expo's commands.",
  "Avoid deleting existing functionality or files without a valid reason.",
  "Follow the recommended folder structure and maintain organized code for scalability and readability.",
  "Implement navigation using Expo Router for clean and declarative routing."
];

So nutzt du sie

Die Regel kopieren (Button oben) oder als Datei herunterladen und im Projekt unter .cursor/rules/ ablegen — Cursor lädt sie beim nächsten Start automatisch. Ältere Cursor-Versionen lesen alternativ eine einzelne .cursorrules-Datei im Projektstamm; dort einfach den Regel-Text ohne den Kopfblock zwischen den ----Zeilen einfügen.

Der Regel-Text ist englisch — Cursor versteht ihn unabhängig von der Sprache, in der Sie mit dem Editor chatten.

Im Detail

Legt fest, wie Cursor in React-Native-Projekten mit Expo Router (dateibasiertes Routing) und TypeScript arbeiten soll, mit Zusatzhinweisen für Besonderheiten unter Windows (Pfade, Terminal-Befehle, Emulator-Setup). Die Regel sorgt dafür, dass generierter Code zur Navigation und Typisierung des Projekts passt, statt generischem React-Code zu ähneln, der Expo-Router-Konventionen ignoriert. Sinnvoll für Teams, die tatsächlich unter Windows entwickeln — sonst bringt der Windows-Teil wenig und eine allgemeine Expo-Router-Regel reicht aus. Wie bei allen Cursor-Regeln gilt: Sie ersetzt keine Dokumentation, sondern hält die KI beim Codegenerieren konsequent auf Projektkurs.

Praxis-Tipp

In .cursor/rules ablegen und bei neuen Screens im Prompt explizit “nutze Expo Router File-based Routing” erwähnen, damit Cursor die Regel zuverlässig zieht.

Lizenz & Quelle

Inhalt ansehen (react-native-expo-router-typescript-windows.mdc)
Lade …

Erfahrungen & Kommentare.

Funktioniert der Regel bei Ihnen? Tipps, Stolperfallen, Varianten — teilen Sie es mit der Community.

Lade Kommentare …

Ihre IP-Adresse wird zum Schutz vor Missbrauch gespeichert und nach 14 Tagen automatisch entfernt (Datenschutz).

Passt dazu.