saurshaz / expo-storybook

expo storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expo-storybook

credits to jportela / expo-storybook-workspace @jportela

This is an example of how to configure a Expo with Storybook.

The main idea is that you develop your UI components in isolation, promoting easier maintanability, testability and reuse of these components, while promoting consistency across even multiple applications.

Installation

yarn install

Running Expo

yarn start

Running Storybook

yarn storybook

About

expo storybook

License:MIT License


Languages

Language:TypeScript 67.7%Language:JavaScript 32.3%