Guidelines for using React Native Reanimated shared values with React Compiler. When using React Compiler, you must use the get() and set() methods instead of directly accessing the value property to ensure compatibility with React Compiler standards.
When working with the React Compiler, you should refrain from accessing and modifying the value property directly. Instead, use the get() and set() methods. They're the alternative API for useSharedValue, compliant with the React Compiler standards.
Bietet React Native Reanimated-Richtlinien für die Verwendung gemeinsamer Werte mit React Compiler. Gilt für Aufgaben, die useSharedValue, gemeinsame Werte, React Compiler-Kompatibilität oder den Zugriff/Änderung gemeinsamer Wertwerte betreffen. Quelle: sovranbitcoin/sovran.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-react-compiler Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw