From 954750d30cb075f29d088eeb09b15fd3201db994 Mon Sep 17 00:00:00 2001 From: William Van Haevre Date: Wed, 12 Jun 2024 17:26:55 +0200 Subject: [PATCH] disable hermes when using reanimated --- example/ios/Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 example/ios/Podfile diff --git a/example/ios/Podfile b/example/ios/Podfile old mode 100644 new mode 100755 index aadfdc686..fda6af166 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -19,7 +19,8 @@ target 'ReactNativeTHEOplayer' do config = use_native_modules! use_react_native!( - :path => config[:reactNativePath] + :path => config[:reactNativePath], + :hermes_enabled => false ) pod 'react-native-theoplayer', :path => '../..'