Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 663 Bytes

expo-storybook-workspaces

This is an example of how to configure a monorepo, supporting React Native (through Expo) and siloed React components development through 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.

You can read more about the rationale and how to set it up, step by step.

Installation

yarn install

Running Expo

yarn start

Running Storybook

yarn storybook