gluestack/gluestack-ui
:git clone [email protected]:${YOUR_USERNAME}/gluestack/gluestack-ui.git
cd gluestack-ui
git remote add origin [email protected]:<your_github_id>/gluestack-ui.git
yarn
web
storybook.yarn storybook:nativewind
ios
storybookyarn storybook:nativewind-ios
android
storybookyarn 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: