gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### Description If the config is changing it is not reflecting on the components. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Create 2 configs. 2. Have a...
Aria-selected is not valid on input for web >The aria-selected attribute indicates the current "selected" state for gridcell, option, row and tab roles. ... For other roles, the currently selected...
### Description event.preventDefault() is not working.I tried in react native textinput to textarea also. cursor still goes to nextline .Is there any way I can prevent this. I want the...
### Description I expect that the useBreakpointHook will not resize my components to "mobile" sizing on 1900px+ screens. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Create a...
### Description I'm attempting to manipulate the ButtonIcon component via the utility prop _icon from within the Button component. However, the ButtonIcon component isn't receiving the passed props. Additionally, the...
### Description When import gluestack-ui, error is throw with Module parse failed ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Setup the React monorepo as the NX instruction....
### Description On Android the FontFamily of the Heading Component is not applied correctly ### CodeSandbox/Snack link _No response_ ### Steps to reproduce If i install gluestack and eject theme...
### Description Using a Center, View or Box on your page before any Heading leads to a hydration error. More components may be affected ### CodeSandbox/Snack link https://github.com/macrozone/gluestack-hydration-reproduction ### Steps...
### Description TypeError: Cannot set property 'current' of null when using toast on android an ios ### CodeSandbox/Snack link NA ### Steps to reproduce i'm trying to use toast on...