gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### Description I cannot update Badge action by state ### CodeSandbox/Snack link below ### Steps to reproduce ``` const [isMuted, setIsMuted] = useState(false); useEffect(() => { setTimeout(() => setMuted(prev =>...
Adds a Line Chart Component to the Gluestack UI Library https://github.com/user-attachments/assets/14a60069-d458-40fb-8c0b-dcfb105e953d
### Description Menu onSelectionChange not resolving to correct type. ### CodeSandbox/Snack link https://snack.expo.dev/@trumpet2012/gluestack-menu-typescript-issue ### Steps to reproduce See provided snack link for reproducible issue (note that the types aren't working...
### Description Hey hey ! 👋 I'm trying to have a custom props resolved to a color token depending on the current theme. The props is supposed to be a...
custom mediaQueries on a extracted gluestack-style config generates a `does not exist in type` error
### Description new breakpoints in the config file not able to resolve when styling components ### CodeSandbox/Snack link https://codesandbox.io/p/sandbox/fragrant-platform-z3mm9j?file=%2Fsrc%2FApp.tsx%3A18%2C13 ### Steps to reproduce 1. Extract gluestack theme (gluestack-style.config.ts) 2. use...
### Description Font only get reflected on ios but not android ### CodeSandbox/Snack link - ### Steps to reproduce I exported the components from gluestack ```import React from 'react'; import...
### Description Position correction related to statusbar should correct all position information of y axis。 ### CodeSandbox/Snack link no repo。https://github.com/GeekyAnts/NativeBase/tree/master/example ### Steps to reproduce 1. Why adjust the top value...
### Description Gluestack uses `SafeAreaView` from `react-native`, I want to use the one by `react-native-safe-area-context`. But am unable to include it as part of the config. ### Steps to reproduce...
### Description When toggling the visibility of a password input field using an eye icon, the input value is reset. This issue occurs when switching between type="password" and type="text". ###...
### Description I encountered an error while upgrading my project from Expo 49 to Expo 51. The error message states: "Cannot convert undefined value to object." This issue occurs when...