Skip to content

Commit

Permalink
ci: ignore withStorybook for now
Browse files Browse the repository at this point in the history
Still unable to determine what's causing storybookjs/react-native#646

The typings look correct in the code but the emit didn't render something that works across

- tsc
- WebStorm
- VS Code
- expo export
  • Loading branch information
trajano committed Nov 9, 2024
1 parent 83cc205 commit e1fb0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/my-app/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (Array.isArray(config.resolver.blockList)) {
config.resolver.blockList = [config.resolver.blockList, testRegex];
}

// @ts-ignore
module.exports = withStorybook(config, {
enabled: true,
configPath: path.resolve(__dirname, './.storybook'),
Expand Down

0 comments on commit e1fb0cf

Please sign in to comment.