gesture-handler-3-migration
✓Migre les fichiers contenant des composants React Native qui utilisent l'API React Native Gesture Handler 2 vers Gesture Handler 3.
SKILL.md
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.
Migre les fichiers contenant des composants React Native qui utilisent l'API React Native Gesture Handler 2 vers Gesture Handler 3. Source : software-mansion/react-native-gesture-handler.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-11
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que gesture-handler-3-migration ?
Migre les fichiers contenant des composants React Native qui utilisent l'API React Native Gesture Handler 2 vers Gesture Handler 3. Source : software-mansion/react-native-gesture-handler.
Comment installer gesture-handler-3-migration ?
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/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/software-mansion/react-native-gesture-handler
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-11