gesture-handler-3-migration
Installation
SKILL.md
Migrate to Gesture Handler 3
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.
When to Use
- Updating the usage of components imported from
react-native-gesture-handler - Upgrading to Gesture Handler 3
- Migrating to the new hook-based gesture API
Instructions
Use the instructions below to correctly replace all legacy APIs with the modern ones.