·gesture-handler-3-migration
</>

gesture-handler-3-migration

software-mansion/react-native-gesture-handler

Migrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3.

5Installs·0Trend·@software-mansion

Installation

$npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration

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.

Migrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3. Source: software-mansion/react-native-gesture-handler.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is gesture-handler-3-migration?

Migrates files containing React Native components which use the React Native Gesture Handler 2 API to Gesture Handler 3. Source: software-mansion/react-native-gesture-handler.

How do I install gesture-handler-3-migration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/software-mansion/react-native-gesture-handler --skill gesture-handler-3-migration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/software-mansion/react-native-gesture-handler

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-11

Related Skills

None