A framework for building native applications using React
Explicitly enable debugger when building Hermes for Fantom (#55202)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/55202 Changelog: [Internal] After changing Hermes V1 to be the default engine, Fantom tests started failing. This was due to a combination of changes, one of them being the change of default value for `HERMES_ENABLE_DEBUGGER`. In case of legacy Hermes it was enabled by default, while for Hermes V1 it's disabled by default. Fantom didn't explicitly set this flag, but the debug build of RN (which Fantom performs) requires it to be enabled. This diff explicitly sets this flag to true for Fantom builds. Reviewed By: cipolleschi, cortinico Differential Revision: D90849881 fbshipit-source-id: 17f8393872eacef26f927f50aaf364644d9b94d7
J
Jakub Piasecki committed
1c63877fec08e6c83efcd4cbd8e6adc420289ea9
Parent: 58f9141
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 1/16/2026, 2:42:34 PM