Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active October 20, 2025 07:45
Show Gist options
  • Select an option

  • Save rafaelmaeuer/0fb2d87e16e1bbeb1dc3accd0bd2d447 to your computer and use it in GitHub Desktop.

Select an option

Save rafaelmaeuer/0fb2d87e16e1bbeb1dc3accd0bd2d447 to your computer and use it in GitHub Desktop.
const isHermes = global?.HermesInternal ? 'Hermes' : 'JSC';
const isFabric = global?.nativeFabricUIManager ? 'Fabric' : 'Paper';
console.log(`Engine: ${isHermes}`);
console.log(`Renderer: ${isFabric}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment