You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.