Skip to content

Commit

Permalink
fix: react-native-config
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Aug 26, 2024
1 parent 2d059c2 commit ce96e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ const codegenCommand = {
};

commands.push(codegenCommand);
commands.push(...localCommands);

const config = {
commands: [bundleCommand, startCommand, codegenCommand, ...localCommands],
commands,
platforms: {
visionos: {
npmPackageName: '@callstack/react-native-visionos',
Expand Down

0 comments on commit ce96e33

Please sign in to comment.