mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:51:07 +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'),
|
|
});
|