mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:11:06 +08:00
7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
module.exports = {
|
|
preset: 'react-native',
|
|
globals: {
|
|
__DEV__: true,
|
|
},
|
|
};
|