import * as React from "react" import { storiesOf } from "@storybook/react-native" import { StoryScreen, Story, UseCase } from "../../../storybook/views" import { color } from "../../theme" import { Graph } from "./graph" storiesOf("Graph", module) .addDecorator((fn) => {fn()}) .add("Style Presets", () => ( ))