gesture-handler-3-migration
✓將包含使用 React Native Gesture Handler 2 API 的 React Native 元件的檔案移轉到 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.
將包含使用 React Native Gesture Handler 2 API 的 React Native 元件的檔案移轉到 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-migration- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-11
- 更新時間
- 2026-02-18
快速解答
什麼是 gesture-handler-3-migration?
將包含使用 React Native Gesture Handler 2 API 的 React Native 元件的檔案移轉到 Gesture Handler 3。 來源:software-mansion/react-native-gesture-handler。
如何安裝 gesture-handler-3-migration?
開啟你的終端機或命令列工具(如 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 中使用
這個 Skill 的原始碼在哪?
https://github.com/software-mansion/react-native-gesture-handler
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-11