1. Fork gluestack-ui from here
  2. Clone your fork of gluestack/gluestack-ui:
git clone [email protected]:${YOUR_USERNAME}/gluestack/gluestack-ui.git
  1. Navigate to gluestack-style
cd gluestack-ui 
  1. Add main repo remote:
git remote add origin [email protected]:<your_github_id>/gluestack-ui.git
  1. Install dependencies
yarn
  1. Run web storybook.
yarn storybook:nativewind
  1. Run ios storybook
yarn storybook:nativewind-ios
  1. Run android storybook
yarn storybook:nativewind-andriod

Contributing Code

Code-level contributions to gluestack/gluestack-ui come in the form of pull requests. These are done by forking the repo and making changes locally.

The process of proposing a change to gluestack/gluestack-ui can be summarized as follows: