Storybook working

This commit is contained in:
Federico Kereki
2018-09-23 01:55:14 -03:00
parent 6159e3c5c3
commit 4133bd644c
13 changed files with 7739 additions and 299 deletions
+9
View File
@@ -0,0 +1,9 @@
import { getStorybookUI, configure } from "@storybook/react-native";
import { loadStories } from "./storyLoader";
configure(loadStories, module);
const StorybookUI = getStorybookUI({ port: 7007, onDeviceUI: true });
export default StorybookUI;