Skip to content

Commit c2891b3

Browse files
committed
fix: react-native-config
1 parent 9a55982 commit c2891b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-native/react-native.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ const codegenCommand = {
9797
};
9898

9999
commands.push(codegenCommand);
100+
commands.push(...localCommands);
100101

101102
const config = {
102-
commands: [bundleCommand, startCommand, codegenCommand, ...localCommands],
103+
commands,
103104
platforms: {
104105
visionos: {
105106
npmPackageName: '@callstack/react-native-visionos',

0 commit comments

Comments
 (0)