mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fb0e4ee6d1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52651 Changelog: [Internal] Last year the `hermes-canary` profile was used to enable certain apps to use Static Hermes by enabling regenerator because debugger support for generator wasn't finished yet. However, we actually could have just keyed off of `options.dev` and still kept using `hermes-stable`. The `hermes-canary` profile is actually meant to be used to run experiments. We should free up this profile to return it to the original intended purpose. This diff makes all hermes profiles' dev mode use regenerator. Existing SH apps using `hermes-canary` should be unaffected. And apps using Hermes will change to use regenerator in dev mode, but that should be ok. Reviewed By: robhogan Differential Revision: D78450695 fbshipit-source-id: eb6a87fbc1f0e08d490fd0d1baa3611248f95764