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.
Fournit des directives React Native Reanimated pour l’utilisation de valeurs partagées avec React Compiler. S'applique aux tâches impliquant useSharedValue, les valeurs partagées, la compatibilité avec React Compiler ou l'accès/la modification des valeurs de valeur partagée. Source : sovranbitcoin/sovran.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-react-compiler Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw