Skip to content

Commit

Permalink
disable hermes when using reanimated
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Jul 29, 2024
1 parent db14b51 commit 01469ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/ios/Podfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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 => '../..'
Expand Down

0 comments on commit 01469ad

Please sign in to comment.