gluestack-ui icon indicating copy to clipboard operation
gluestack-ui copied to clipboard

React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)

Results 252 gluestack-ui issues
Sort by recently updated
recently updated
newest added

### Description Rename cssRulesSet to cssRuleset ### CodeSandbox/Snack link _No response_ ### Steps to reproduce ``` if (targetPlatform === 'native') { delete styledResolved.original; delete styledResolved.value; delete styledResolved.meta.cssRulesSet; //

bug
v1

### Description babel plugin should only touch gluestack components ### CodeSandbox/Snack link _No response_ ### Steps to reproduce Right now plugin creates an array of imported component names that were...

bug
v1

### Description useToast not available when used in a component rendered inside a Modal ### CodeSandbox/Snack link _No response_ ### Steps to reproduce Create a component that calls useToast and...

bug
v1

### Description I am seeing a regression on the Select component with the updated version. On 1.1.4, the selected item was highlighted on the ActionSheet (on native), however now on...

bug
PR Added

### Description Following the documented steps for customizing theme and using babel plugin results in build failure. ### CodeSandbox/Snack link https://github.com/altick/repro-gluestack-babel-plugin-issue ### Steps to reproduce 1. create new app using...

bug
v1

### Description Background reachable via screen reader ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4....

bug
v1

### Description When the slider thumb has a custom style, it no longer syncs with the SliderTrack. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce I've encountered an issue...

bug
gluestack-ui-unstyle