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.
Содержит рекомендации React Native Reanimated по использованию общих значений с React Compiler. Применяется к задачам, связанным с useSharedValue, общими значениями, совместимостью компилятора React или доступом/изменением значений общих значений. Источник: sovranbitcoin/sovran.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-react-compiler После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw