Closed
Description
Describe the Feature
As the title says, it would be great to add a field for newArchEnabled
and hermesEnabled
in react-native info
. We receive several issue reports on facebook/react-native and most of the time we need to ask if Hermes/NewArch has been enabled or disabled. Would be great to have it from the info
command.
Possible Implementations
Ideally we should have it split between Android & iOS
Android: read from the android/gradle.propreties
file
iOS: read from the ios/Podfile
file.