·animation-with-worklets
*

animation-with-worklets

sovranbitcoin/sovran

Bietet React Native Worklets-Richtlinien für die Planung von Funktionen zwischen JS- und UI-Threads. Gilt für Aufgaben mit ScheduleOnRN, ScheduleOnUI, Worklets, Thread-Planung, useAnimatedReaction, Gestenhandlern oder Thread-übergreifenden Funktionsaufrufen.

6Installationen·1Trend·@sovranbitcoin

Installation

$npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets

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.

Bietet React Native Worklets-Richtlinien für die Planung von Funktionen zwischen JS- und UI-Threads. Gilt für Aufgaben mit ScheduleOnRN, ScheduleOnUI, Worklets, Thread-Planung, useAnimatedReaction, Gestenhandlern oder Thread-übergreifenden Funktionsaufrufen. Quelle: sovranbitcoin/sovran.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets
Kategorie
*Kreativität
Verifiziert
Erstes Auftreten
2026-02-05
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist animation-with-worklets?

Bietet React Native Worklets-Richtlinien für die Planung von Funktionen zwischen JS- und UI-Threads. Gilt für Aufgaben mit ScheduleOnRN, ScheduleOnUI, Worklets, Thread-Planung, useAnimatedReaction, Gestenhandlern oder Thread-übergreifenden Funktionsaufrufen. Quelle: sovranbitcoin/sovran.

Wie installiere ich animation-with-worklets?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/sovranbitcoin/sovran --skill animation-with-worklets Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/sovranbitcoin/sovran