GitXplorerGitXplorer
m

universal-storybook-nativewind

public
1 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
b3fd88cfe3da5b9f9c35a8ee7f343137dad162bb

Update README.md

mmakkarMeenu committed 8 months ago
Unverified
22afe11d3e21310beae314c97244095fb4f91055

done

mmakkarMeenu committed 8 months ago
Unverified
5cd0828609328e96945556c148b0626db09e5a87

Initial commit

mmakkarMeenu committed 8 months ago

README

The README file for this repository.

Universal Storybook with NativeWind in Expo Project

Welcome to the Universal Storybook setup for an Expo project with NativeWind. This guide will help you run Storybook on both web and mobile platforms, ensuring a consistent UI development experience across environments.

Prerequisites

Before starting, ensure you have the following installed:

  • Node.js (>18) and npm
  • Expo CLI
  • Storybook CLI

Setup Instructions

  • Clone this repo
  • Install the dependencies npm install
  • Write your own Stories
  • Run the storybook

How to run this storybook on web

bash npm run storybook:web

How to run the storybook on native

bash npm run storybook:ios

bash npm run storybook:android

How to run the expo application

bash npm run start