Skip to content

Instantly share code, notes, and snippets.

@jehartzog
Created March 17, 2021 14:51
Show Gist options
  • Save jehartzog/f8621b0e40cdd60ab6dae39382f8475d to your computer and use it in GitHub Desktop.
Save jehartzog/f8621b0e40cdd60ab6dae39382f8475d to your computer and use it in GitHub Desktop.
iOS fix build Reanimated 2.0.0 RN 64 w/ Hermes
diff --git a/node_modules/react-native-reanimated/RNReanimated.podspec b/node_modules/react-native-reanimated/RNReanimated.podspec
index 6cdf6ac..2852ea0 100644
--- a/node_modules/react-native-reanimated/RNReanimated.podspec
+++ b/node_modules/react-native-reanimated/RNReanimated.podspec
@@ -85,6 +85,7 @@ Pod::Spec.new do |s|
s.dependency 'Yoga'
s.dependency 'DoubleConversion'
s.dependency 'glog'
+ s.dependency 'hermes-engine'
if reactVersion.match(/^0.62/)
s.dependency 'ReactCommon/callinvoker'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment