We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54fe27 commit 32dbcd0Copy full SHA for 32dbcd0
packages/react-native/React-Core.podspec
@@ -95,9 +95,11 @@ Pod::Spec.new do |s|
95
]
96
# If we are using Hermes (the default is use hermes, so USE_HERMES can be nil), we don't have jsc installed
97
# 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
+ #
+ # NOTE(kudo): Exposing JSC files as Expo Go hosts duo engines
+ # if ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
101
+ # exclude_files = exclude_files.append("React/CxxBridge/JSCExecutorFactory.{h,mm}")
102
+ # end
103
ss.exclude_files = exclude_files
104
ss.private_header_files = "React/Cxx*/*.h"
105
end
0 commit comments