gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### 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...
### 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...
react-native-svg@15 is supported
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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_...