From 9f93bc3543a63fa7484387c0c113c150f8967c6f Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 2 Aug 2023 17:12:20 -0300 Subject: [PATCH] Patch-package for react-native-reanimated https://github.com/software-mansion/react-native-reanimated/issues/4645 --- patches/react-native-reanimated+3.4.1.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 patches/react-native-reanimated+3.4.1.patch diff --git a/patches/react-native-reanimated+3.4.1.patch b/patches/react-native-reanimated+3.4.1.patch new file mode 100644 index 000000000..b9507fa3e --- /dev/null +++ b/patches/react-native-reanimated+3.4.1.patch @@ -0,0 +1,15 @@ +diff --git a/node_modules/react-native-reanimated/package.json b/node_modules/react-native-reanimated/package.json +index 0ffa9d3..00d6cd1 100644 +--- a/node_modules/react-native-reanimated/package.json ++++ b/node_modules/react-native-reanimated/package.json +@@ -34,8 +34,8 @@ + }, + "main": "lib/module/index", + "module": "lib/module/index", +- "react-native": "src/index", +- "source": "src/index", ++ "react-native": "lib/module/index", ++ "source": "lib/module/index", + "types": "lib/typescript/index", + "files": [ + "Common/",