gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### Description After ejecting the theme following the documentation, VSCode Intellisense performance is poor. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce Follow steps here : https://gluestack.io/ui/docs/home/theme-configuration/customizing-theme/eject-theme ### gluestack-ui...
### Description Passing size prop to Icon component make the icon disappear ### CodeSandbox/Snack link https://snack.expo.dev/Ja0w3iTeXLUUttUht3FX3 ### Steps to reproduce Add `size` prop to Icon component ### gluestack-ui Version 1.1.26...
### Description Crashes entire app ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Start a new project with Expo 50 and gluestack 2. Update to expo 51 3....
fix: for issue #2159.
### Description When adding a FontResolver plugin all the fonts stylings seem to be reset ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Create a new Expo app...
### Description the animation has something wrong first time. The actionsheet slides from top when open it first time ### CodeSandbox/Snack link _No response_ ### Steps to reproduce https://github.com/gluestack/gluestack-ui/assets/16587763/2db923c6-bb1f-43fa-856c-edaef5ef06c3 ###...
### Description When opening an Actionsheet, instead of fading the background, it covers it up completely. Select works fine in the same setup. ### CodeSandbox/Snack link _No response_ ### Steps...
### Description According to https://gluestack.io/ui/docs/styling/overview you are supposed to be able to add different themes. I had previously had success with adding two themes "dark" and "light. When I was...
### Description Compatility errors when upgrading to the new version of expo sdk ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Create a project with npm create gluestack...
### Description Since updating to `@gluestack/themed` v1.1.22 I've started to the following typescript error when using the `AlertText` component: ``` Type '{ children: string | undefined; }' has no properties...