Slide 13
Slide 13 text
import React from "react";
import { storiesOf } from "@storybook/react-native";
import CenterView from "./CenterView";
import Button from "components/GenericButton";
import colors from "utilities/colors";
storiesOf("GenericButton", module)
.addDecorator(getStory "=> {getStory()}")
.add("Default", () "=> [
,
,
,
,
,
]);
"// .add ("Another Configuration", () "=>
"//
)