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.
yarn install
yarn start
yarn storybook