Che cos'è gesture-handler-3-migration?
Migra i file contenenti componenti React Native che utilizzano l'API React Native Gesture Handler 2 a Gesture Handler 3. Fonte: software-mansion/react-native-gesture-handler.
Migra i file contenenti componenti React Native che utilizzano l'API React Native Gesture Handler 2 a Gesture Handler 3.
Installa rapidamente la skill AI gesture-handler-3-migration nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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.
Migra i file contenenti componenti React Native che utilizzano l'API React Native Gesture Handler 2 a Gesture Handler 3. Fonte: software-mansion/react-native-gesture-handler.
Campi e comandi stabili per citazioni AI/ricerca.
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
Migra i file contenenti componenti React Native che utilizzano l'API React Native Gesture Handler 2 a Gesture Handler 3. Fonte: software-mansion/react-native-gesture-handler.
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/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration 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
https://github.com/software-mansion/react-native-gesture-handler