From bbb50922bf2d80e6b510eaca35477efb75704722 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 19 Jul 2021 03:19:14 +0200 Subject: web build with offline support --- app/components/local-button/local-button.story.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 app/components/local-button/local-button.story.tsx (limited to 'app/components/local-button/local-button.story.tsx') diff --git a/app/components/local-button/local-button.story.tsx b/app/components/local-button/local-button.story.tsx new file mode 100644 index 0000000..22b2f0e --- /dev/null +++ b/app/components/local-button/local-button.story.tsx @@ -0,0 +1,15 @@ +import * as React from "react" +import { storiesOf } from "@storybook/react-native" +import { StoryScreen, Story, UseCase } from "../../../storybook/views" +import { color } from "../../theme" +import { LocalButton } from "./local-button" + +storiesOf("LocalButton", module) + .addDecorator((fn) => {fn()}) + .add("Style Presets", () => ( + + + + + + )) -- cgit v1.2.3