expo-ui-kit icon indicating copy to clipboard operation
expo-ui-kit copied to clipboard

expo-ui-kit - a components based React-Native UI Kit

Results 8 expo-ui-kit issues
Sort by recently updated
recently updated
newest added

Hey @hetmann, love the ui kit as always, just ran into a problem when I started using it on android. It gives the following error. I googled how to resolve...

bug
help wanted

- [ ] add a **list of options** for each component - [ ] add **usage examples** for each component

enhancement

An activity indicator component that uses the primary color from the `theme.js` file as the default

enhancement

All that needs to be done is adding the following to index.d.ts in expo-ui-kit/src: ``` ... export declare const theme: { COLORS: { font: string; primary: string; secondary: string; tertiary:...

This option will render a gray coloured background, more UX specs can be found here: https://uxdesign.cc/what-you-should-know-about-skeleton-screens-a820c45a571a - [ ] add a new prop named **skeleton** for Block & Text components.

enhancement

New Utils/Helpers - [ ] **useTheme** - create useTheme hook for theme support - [ ] useTheme() should return the expo-ui-kit default theme.js - [ ] add an option to...

enhancement
help wanted

Create an app to show "how to use" for the kit components.

enhancement
help wanted

This pull request addresses the removal of deprecated usage of defaultProps in the expo-ui-kit package. The following components have been updated: Button, Card, Input, and Typography (Text). Changes : Button...