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 joelso — Yesterday at 01:54 Hey everyone, I'm currently trying to understand the Babel plugin as detailed here: https://gluestack.io/ui/docs/production-optimizations/babel-plugin. Do I have it right that I should add...

gluestack-style

### Description The ViewProps type is missing and children is unexpected for SelectIcon ### CodeSandbox/Snack link _No response_ ### Steps to reproduce ```ts export declare const SelectIcon: import("react").ForwardRefExoticComponent; ``` ```tsx...

bug
TypeScript

### Description When using the Menu component, if the list of items is longer then 12 or so, the menu modal is cutoff and the user has no way to...

bug
v1
v2

### Description The SelectInput component doesn't render its label correctly if you're trying to use Select as a controlled component. Previously we were able to use selectedLabel and it would...

bug
v1

### Description Typescript autocompletionand types resolutiuon is not working in Webstorm on ejected theme ### CodeSandbox/Snack link _No response_ ### Steps to reproduce See new comments in this closed issue...

bug
TypeScript
vscode snippets

### Description ejected components show type error "Type 'string' is not assignable to type 'AnimatableNumericValue | undefined'." ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. create a new...

bug
TypeScript

### Description All of the migration paths from native-base are broken. The manual migration TypeScript file isn't even valid TypeScript and the @gluestack-ui/themed-native-base package throws errors and fails to render...

bug

### Description KeyboardAvoidingView cannot take effect in Actionsheet when set the useRNModal true. Another problem, the zIndex cannot take effect too. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce...

bug
v1

### Description From an ActionSheet, I expected to be able to close the ActionSheet and navigate to a modal screen when a button is clicked. ### CodeSandbox/Snack link _No response_...

bug
v1