UNPKG

reinput

Version:

A React Native TextInput with material style 😎

14 lines (11 loc) • 232 B
export const input = ({ error, errorColor }) => ({ color: error ? errorColor : undefined }) export const hidden = () => ({ height: 0, opacity: 0, width: 0 }) export const transparent = { backgroundColor: 'transparent' }