animation-with-worklets
✓JS スレッドと UI スレッド間の関数をスケジュールするための React Native Worklets ガイドラインを提供します。 scheduleOnRN、scheduleOnUI、ワークレット、スレッド スケジューリング、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、ワークレット、スレッド スケジューリング、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、ワークレット、スレッド スケジューリング、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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/sovranbitcoin/sovran
詳細
- カテゴリ
- *クリエイティブ
- ソース
- skills.sh
- 初回登録
- 2026-02-05