Skip to content

Commit

Permalink
[ios] expose jsc files for duo engines
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored and gabrieldonadel committed Oct 10, 2024
1 parent b0f5ebd commit aaabcb8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/react-native/React-Core.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ Pod::Spec.new do |s|
]
# If we are using Hermes (the default is use hermes, so USE_HERMES can be nil), we don't have jsc installed
# So we have to exclude the JSCExecutorFactory
if use_hermes
exclude_files = exclude_files.append("React/CxxBridge/JSCExecutorFactory.{h,mm}")
end
#
# NOTE(kudo): Exposing JSC files as Expo Go hosts duo engines
# if use_hermes
# exclude_files = exclude_files.append("React/CxxBridge/JSCExecutorFactory.{h,mm}")
# end
ss.exclude_files = exclude_files
ss.private_header_files = "React/Cxx*/*.h"
end
Expand Down

0 comments on commit aaabcb8

Please sign in to comment.