Skip to content

Commit

Permalink
change variable name to build hermes from source
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjhughes committed Apr 15, 2024
1 parent ab2b534 commit 5c40f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package = JSON.parse(File.read(File.join(react_native_path, "package.json")))
version = package['version']

# Force building Hermes from source because Expo Go requires customized Hermes build
ENV['BUILD_FROM_SOURCE'] = 'true'
ENV['RCT_BUILD_HERMES_FROM_SOURCE'] = 'true'

source_type = hermes_source_type(version, react_native_path)
source = podspec_source(source_type, version, react_native_path)
Expand Down

0 comments on commit 5c40f5e

Please sign in to comment.