expo-ui-kit
expo-ui-kit copied to clipboard
expo-ui-kit - a components based React-Native UI Kit
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...
- [ ] add a **list of options** for each component - [ ] add **usage examples** for each component
An activity indicator component that uses the primary color from the `theme.js` file as the default
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.
New Utils/Helpers - [ ] **useTheme** - create useTheme hook for theme support - [ ] useTheme() should return the expo-ui-kit default theme.js - [ ] add an option to...
Create an app to show "how to use" for the kit components.
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...