Skip to content

Commit a8f6e51

Browse files
committed
Fix patches
1 parent b1bffa6 commit a8f6e51

3 files changed

+2
-17
lines changed

patches/react-native-reanimated+3.15.1+003+fixNullViewTag.patch

-15
This file was deleted.

patches/react-native-reanimated+3.15.1+001+hybrid-app.patch renamed to patches/react-native-reanimated+3.16.1+001+hybrid-app.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/node_modules/react-native-reanimated/scripts/reanimated_utils.rb b/node_modules/react-native-reanimated/scripts/reanimated_utils.rb
2-
index af0935f..ccd2a9e 100644
2+
index 9fc7b15..e453d84 100644
33
--- a/node_modules/react-native-reanimated/scripts/reanimated_utils.rb
44
+++ b/node_modules/react-native-reanimated/scripts/reanimated_utils.rb
55
@@ -17,7 +17,11 @@ def find_config()
6-
:react_native_common_dir => nil,
6+
:react_native_reanimated_dir_from_pods_root => nil,
77
}
88

99
- react_native_node_modules_dir = File.join(File.dirname(`cd "#{Pod::Config.instance.installation_root.to_s}" && node --print "require.resolve('react-native/package.json')"`), '..')

0 commit comments

Comments
 (0)