mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
41fec07e20
Summary: This is part of a series of tasks to make the React Native Gradle Plugin (RNGP) variant-aware. Here I'm renaming the top level property to enable hermes from `enableHermes` to `hermesEnabled`. We have a bunch of other properties which are called *Enabled. This one was following a different convention. I'm retaining the backward compatibility for users using `project.ext.react.enableHermes` so this is not going to be a breakign change. Changelog: [Internal] [Changed] - RNGP - Top level property enableHermes -> hermesEnabled Reviewed By: cipolleschi Differential Revision: D40633109 fbshipit-source-id: 9d7efad6cb3bb382d1beb56966795a3f42bdaae6