From ffb8ba020622877755e92bc8afcbb0c87a8c3b10 Mon Sep 17 00:00:00 2001 From: chrispader Date: Mon, 24 Aug 2026 15:51:55 +0200 Subject: [PATCH] fix: remove worklets peer dependency --- README.md | 2 +- package.json | 3 +-- yarn.lock | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acd927d..2ce7287 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Installation
-yarn add react-native-reanimated
+yarn add react-native-reanimated # Reanimated requires react-native-worklets
 yarn add react-native-gesture-handler
 yarn add @shopify/react-native-skia
 yarn add react-native-graph
diff --git a/package.json b/package.json
index e805ce0..f06c8b1 100644
--- a/package.json
+++ b/package.json
@@ -104,8 +104,7 @@
   "peerDependencies": {
     "react": "*",
     "react-native": "*",
-    "react-native-reanimated": "*",
-    "react-native-worklets": "*"
+    "react-native-reanimated": "*"
   },
   "workspaces": [
     "example"
diff --git a/yarn.lock b/yarn.lock
index da58c98..403ab71 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -10758,7 +10758,6 @@ __metadata:
     react: "*"
     react-native: "*"
     react-native-reanimated: "*"
-    react-native-worklets: "*"
   languageName: unknown
   linkType: soft