mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
import path from 'path';
|
|
import initStoryshots from '@storybook/addon-storyshots';
|
|
|
|
initStoryshots({
|
|
framework: 'react-native',
|
|
configPath: path.join(__dirname, '..', 'storybook'),
|
|
});
|