gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### Description number accepted as a select item value ### CodeSandbox/Snack link _No response_ ### Steps to reproduce ```ts type item = { id: number } ``` Should be valid....
## Motivation When I see the document of Menu component, I find the type error. https://gluestack.io/ui/docs/components/overlay/menu We can select the value I added in document, but these is not support...
### Description Hi Team ! First of all, thank you for your amazing work on Gluestack ! I have an issue with the following code, I can't focus the input...
### Description https://twitter.com/bhyoo99/status/1753053502023385332 ### CodeSandbox/Snack link _No response_ ### Steps to reproduce _No response_ ### gluestack-ui Version 1.1.0 ### Platform - [X] Expo - [ ] React Native CLI -...
### Description The opening animation on Android works very strangely. Sometimes it opens with a jump, and sometimes it opens correctly ### CodeSandbox/Snack link _No response_ ### Steps to reproduce...
### Description onKeyPress in should be triggered according to what you actually press, and backspace key shouldn't be triggered unless pressed ### CodeSandbox/Snack link _No response_ ### Steps to reproduce...
### Description On Web & iOS the Content of the Popover is positioned near the trigger. On Android it is positioned in the middle of the screen. If it is...