We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5c383 commit 8cf30bcCopy full SHA for 8cf30bc
1 file changed
packages/react-native-babel-preset/src/configs/main.js
@@ -45,7 +45,7 @@ function isFirstParty(fileName) {
45
// getPreset, which is otherwise cached based on `options`. This must be pure,
46
// and should be cheap.
47
function getTransformProfile(caller) {
48
- return caller?.unstable_transformProfile ?? 'default';
+ return caller?.unstable_transformProfile ?? 'hermes-stable';
49
}
50
51
// use `this.foo = bar` instead of `this.defineProperty('foo', ...)`
0 commit comments