mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
56636718f6
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35646. Even though the RN code itself does not need `HERMES_ENABLE_DEBUGGER` anymore since the `ifdef`s are gone, the Hermes' headers it includes *do* still need that flag. This is because they were compiled with `HERMES_ENABLE_DEBUGGER` to set true, so that compile flag must match later on when importing the headers. Changelog: [Internal][Fixed] - We erroneously deleted usage of the HERMES_ENABLE_DEBUGGER flag, add it back. Reviewed By: cortinico, mattbfb Differential Revision: D42041827 fbshipit-source-id: db875f40a067c09aba37ab1b07422157f63b3700