Skip to content

Commit

Permalink
docs: Update MANUAL_SETUP.md (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Williams <[email protected]>
  • Loading branch information
duguyihou and dannyhw authored Nov 1, 2024
1 parent e2e8392 commit f602f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const withStorybook = require('@storybook/react-native/metro/withStorybook');

const defaultConfig = getDefaultConfig(__dirname);

module.exports = withStorybook(finalConfig);
module.exports = withStorybook(defaultConfig);
```

**Add a stories file**
Expand Down

0 comments on commit f602f22

Please sign in to comment.