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