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.
Proporciona pautas de React Native Reanimated para usar valores compartidos con React Compiler. Se aplica a tareas que involucran useSharedValue, valores compartidos, compatibilidad con React Compiler o acceso/modificación de valores de valores compartidos. Fuente: sovranbitcoin/sovran.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-react-compiler Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw