Skip to content

Commit 32dbcd0

Browse files
committed
[ios] expose jsc files for duo engines
1 parent a54fe27 commit 32dbcd0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/react-native/React-Core.podspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ Pod::Spec.new do |s|
9595
]
9696
# If we are using Hermes (the default is use hermes, so USE_HERMES can be nil), we don't have jsc installed
9797
# So we have to exclude the JSCExecutorFactory
98-
if ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
99-
exclude_files = exclude_files.append("React/CxxBridge/JSCExecutorFactory.{h,mm}")
100-
end
98+
#
99+
# NOTE(kudo): Exposing JSC files as Expo Go hosts duo engines
100+
# if ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
101+
# exclude_files = exclude_files.append("React/CxxBridge/JSCExecutorFactory.{h,mm}")
102+
# end
101103
ss.exclude_files = exclude_files
102104
ss.private_header_files = "React/Cxx*/*.h"
103105
end

0 commit comments

Comments
 (0)