gluestack-ui
gluestack-ui copied to clipboard
React & React Native Components & Patterns (import from library & copy-paste styles all the way to victory)
### Description While styling my button spinner I've noticed that the dark mode styles, when applied via the prop color value, overwrite the light mode styles ### CodeSandbox/Snack link _No...
### Description I have installed this in the mono repo for react and react native but I am getting this error ### CodeSandbox/Snack link https://github.com/AftabUfaq/my-monorepo ### Steps to reproduce ERROR...
### Description Warning: Invalid prop `initial` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props. ### CodeSandbox/Snack link _No response_ ### Steps to reproduce _No response_ ### gluestack-ui...
Happy New Year! Based on the [NativeBase Skeleton](https://docs.nativebase.io/skeleton) component, I added the same for GlueStack with the new patterns.
### Checklist - [x] API - [x] Storybook working example. - [x] Creator/Unstyled Component Package. - [x] Add component in `@gluestack-ui/themed`. - [ ] Config theme file. - [ ]...
Replaced @gluestack/design-system with @gluestack-ui/design-system everywhere.
### Description Default project can not run tests due to wrong jest config ### CodeSandbox/Snack link _No response_ ### Steps to reproduce 1. Run from terminal `npm create gluestack` 2....
### Description Components folder was created but imports were not updated ### CodeSandbox/Snack link _No response_ ### Steps to reproduce I can obviously manually update the imports but is this...
### Description When trying to set a gap with a token value in contentContainerStyle prop of a ScrollView component, I get a weird type error, like tokens are not allowed...