·animation-with-worklets
*

animation-with-worklets

sovranbitcoin/sovran

JS와 UI 스레드 간의 기능 예약을 위한 React Native Worklets 지침을 제공합니다. ScheduleOnRN, ScheduleOnUI, worklet, 스레드 예약, useAnimatedReaction, 제스처 핸들러 또는 크로스 스레드 함수 호출과 관련된 작업에 적용됩니다.

6설치·1트렌드·@sovranbitcoin

설치

$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.

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/sovranbitcoin/sovran