UNPKG

@kadira/react-native-storybook

Version:

A better way to develop React Native Components for your app

7 lines (5 loc) 165 B
import { configure } from '@kadira/react-native-storybook'; configure(function () { require('/path/to/my/story-1'); require('/path/to/my/story-2'); }, module);