From 6cd382d0361523c11e0e73deae4431055315ac4a Mon Sep 17 00:00:00 2001 From: Aakash Meshram <36671310+sky-kryst@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:30:22 +0530 Subject: [PATCH] Add 'react-native-worklets' to dependencies Issue: https://github.com/software-mansion/react-native-reanimated/issues/7185 Reference: https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#dependencies --- content/docs/getting-started/installation/_install.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/getting-started/installation/_install.mdx b/content/docs/getting-started/installation/_install.mdx index 4c1d5d2..20b99ef 100644 --- a/content/docs/getting-started/installation/_install.mdx +++ b/content/docs/getting-started/installation/_install.mdx @@ -12,10 +12,11 @@ You will need to install `nativewind` and its peer dependencies `tailwindcss`, ` "nativewind", "react-native-reanimated", "react-native-safe-area-context", + "react-native-worklets" ]} devDeps={[ "tailwindcss@^3.4.17", "prettier-plugin-tailwindcss@^0.5.11", ...(props.framework === 'expo' ? ["babel-preset-expo"] : []), ]} -/> \ No newline at end of file +/>