animation-with-worklets
✓提供用於在 JS 和 UI 線程之間調度函數的 React Native Worklets 指南。適用於涉及scheduleOnRN、scheduleOnUI、worklet、線程調度、useAnimatedReaction、手勢處理程序或跨線程函數調用的任務。
SKILL.md
Guidelines for scheduling functions between JavaScript and UI threads using React Native Worklets. This skill covers when and how to use scheduleOnRN and scheduleOnUI, proper function definition patterns, and avoiding unnecessary worklet directives.
Never use the "worklet" directive unless explicitly requested. In 99.9% of cases, there is no need to use it. scheduleOnUI handles worklet conversion automatically, so the directive is unnecessary. This also applies to gesture detector callbacks - you don't need to add the "worklet" directive in gesture handler callbacks.
Use scheduleOnRN and scheduleOnUI from react-native-worklets instead of runOnJS and runOnUI from react-native-reanimated.
提供用於在 JS 和 UI 線程之間調度函數的 React Native Worklets 指南。適用於涉及scheduleOnRN、scheduleOnUI、worklet、線程調度、useAnimatedReaction、手勢處理程序或跨線程函數調用的任務。 來源:sovranbitcoin/sovran。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets- 分類
- *創意媒體
- 認證
- ✓
- 收錄時間
- 2026-02-05
- 更新時間
- 2026-02-18
快速解答
什麼是 animation-with-worklets?
提供用於在 JS 和 UI 線程之間調度函數的 React Native Worklets 指南。適用於涉及scheduleOnRN、scheduleOnUI、worklet、線程調度、useAnimatedReaction、手勢處理程序或跨線程函數調用的任務。 來源:sovranbitcoin/sovran。
如何安裝 animation-with-worklets?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/sovranbitcoin/sovran
詳情
- 分類
- *創意媒體
- 來源
- skills.sh
- 收錄時間
- 2026-02-05