Build: Hermes Engine Info
This screen shows information about the Hermes JavaScript engine used in React Native apps. It helps users understand if Hermes is enabled and displays a simple message.
Target UI
┌─────────────────────────────┐ │ Hermes Engine Info │ ├─────────────────────────────┤ │ Hermes is enabled: [Yes/No] │ │ │ │ Welcome to Hermes powered │ │ React Native app! │ └─────────────────────────────┘
Display a header with the screen name 'Hermes Engine Info'.
Show a text line that says 'Hermes is enabled: Yes' or 'No' depending on Hermes status.
Show a welcome message below the status.
Use React Native Text and View components.
Use the global HermesInternal object to detect Hermes engine.
Style the screen with centered content and some padding.