gluestack-ui

React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))

MIT License

Downloads
5.3M
Stars
2.5K
Committers
62

Bot releases are hidden (Show)

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Remove sx dependancy in ProgressFilledTrack.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Flickering Issue in native.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Flickering Issue in native.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • onHoverIn and onHoverOut warning fix.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Flickering Issue in native.
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Fixed React Native style props in utility props
  • Updated dependencies
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

  • Fixed React Native style props in utility props
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

    • Fixed composed component style injection
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 8 months ago

Patch Changes

    • Fixed negative tokenization PR
    • Fixed sizes token typing PR
gluestack-ui - @gluestack-ui/[email protected]

Published by Viraj-10 8 months ago

Patch Changes

gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • af1b8e8: New Component Release (Card)
  • New component release (card)
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • Card: New Component Release
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • Fixed inline style injection
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

    • Fixed InputAccessoryView for web
gluestack-ui - @gluestack-ui/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • Fixed InputAccessoryView backgroundColor tokenization.
  • Remove creator for LinearGradient
  • Updated dependencies
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • Fixed plugin component reference
  • Added unique component id to plugin for different styles
gluestack-ui - @gluestack-style/[email protected]

Published by gluestackadmin 9 months ago

Patch Changes

  • Fixed plugin component reference
  • Added unique component id to plugin for different styles
  • Updated dependencies
gluestack-ui - @gluestack-ui/[email protected]

Published by Viraj-10 9 months ago

Minor Changes

  • InputField.ts removed lineHeight from all the size.
  • Item.web.ts removed file.
  • Root.tsx migrated to new animation resolver.
import { styled } from '@gluestack-style/react';
import { AnimatedView } from '@gluestack-style/animation-resolver';
export const Root = styled(AnimatedView, {}, {
  componentName: 'Menu',
    } as const);