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
ae15c9c9d74c1d1aad2d68fbf1ab0f622dd4e33e
Parent: 2d61709
Committed by React Native Bot <bot@reactnative.dev>
on 1/19/2026, 11:06:39 AM