UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

9 lines (7 loc) 134 B
import { themePrimary } from './colors'; export default { ActivityIndicator: { size: 'small', color: themePrimary, }, };