react-native-web-headroom
Version:
React Native Web Headroom
15 lines (12 loc) • 378 B
JavaScript
import * as storybook from '@storybook/react';
import { setOptions } from '../preview';
setOptions({
name: 'CUSTOM-OPTIONS',
url: 'https://github.com/storybooks/storybook',
// goFullScreen: false,
// showStoriesPanel: true,
showAddonPanel: false,
// showSearchBox: false,
// addonPanelInRight: false,
});
storybook.configure(() => require('./stories'), module);