UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

9 lines (7 loc) 133 B
import { backgroundLight } from './colors'; export default { Screen: { backgroundColor: backgroundLight, flex: 1, }, };