From 577d6d876d8df7c2374c5abc3d8af3ff5d81e9cc Mon Sep 17 00:00:00 2001 From: D N <4661784+retyui@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:17:57 +0200 Subject: [PATCH] Change default transform profile to 'hermes-stable' #2 this PR wasn't enoght: https://github.com/react/react-native/pull/57215 --- packages/community-cli-plugin/src/commands/bundle/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/community-cli-plugin/src/commands/bundle/index.js b/packages/community-cli-plugin/src/commands/bundle/index.js index 7f82ef81d67..ee393c20ada 100644 --- a/packages/community-cli-plugin/src/commands/bundle/index.js +++ b/packages/community-cli-plugin/src/commands/bundle/index.js @@ -98,8 +98,8 @@ const bundleCommand: CommunityCommand = { { name: '--unstable-transform-profile ', description: - 'Experimental, transform JS for a specific JS engine. Currently supported: hermes, hermes-canary, default', - default: 'default', + 'Experimental, transform JS for a specific JS engine. Currently supported: hermes-stable, hermes-canary, default', + default: 'hermes-stable', }, { name: '--asset-catalog-dest [string]',