expo-ui-kit is a React-Native UI framework based on Expo.io SDK that will help build React-Native Expo apps using predefined & customizable UI components.
List of UI Components:
- Block: based on React-Native View component
- Card: Block with predefined props
- Button: based on React-Native TouchableOpacity with predefined props and styles
- Input: based on React-Native TextInput component
- Text: Typography component based on React-Native Text component
Tools and Utils:
- helpers: getMargins, getPaddings, mergeTheme
- rgba: transform hex colors into rgba colors using opacity
- theme.js: default theme for UI components with predefined values for: COLORS, SIZES, FONTS