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.
Fornisce linee guida React Native Reanimated per l'utilizzo di valori condivisi con React Compiler. Si applica alle attività che coinvolgono useSharedValue, valori condivisi, compatibilità del compilatore React o accesso/modifica dei valori dei valori condivisi. Fonte: sovranbitcoin/sovran.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-react-compiler Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw