Что такое gesture-handler-3-migration?
Переносит файлы, содержащие компоненты React Native, которые используют API React Native Gesture Handler 2, в Gesture Handler 3. Источник: software-mansion/react-native-gesture-handler.
Переносит файлы, содержащие компоненты React Native, которые используют API React Native Gesture Handler 2, в Gesture Handler 3.
Быстро установите AI-навык gesture-handler-3-migration в вашу среду разработки через командную строку
Источник: software-mansion/react-native-gesture-handler.
This skill scans React Native components that use the Gesture Handler builder-based API and updates them to use the new hook-based API. It also updates related types and components to adapt to the new version.
Use the instructions below to correctly replace all legacy APIs with the modern ones.
All hook gestures have their counterparts in the builder API: Gesture.X() becomes useXGesture(config). The methods are now config object fields with the same name as the relevant builder methods, unless specified otherwise.
Переносит файлы, содержащие компоненты React Native, которые используют API React Native Gesture Handler 2, в Gesture Handler 3. Источник: software-mansion/react-native-gesture-handler.
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migrationBrowse more skills from software-mansion/react-native-gesture-handler
Переносит файлы, содержащие компоненты React Native, которые используют API React Native Gesture Handler 2, в Gesture Handler 3. Источник: software-mansion/react-native-gesture-handler.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/software-mansion/react-native-gesture-handler