UNPKG

reinput

Version:

A React Native TextInput with material style 😎

12 lines (9 loc) • 236 B
import { BASE_UNIT, FONT_SMALL } from '../services/constants' export const error = { fontSize: FONT_SMALL, paddingBottom: BASE_UNIT / 2, paddingTop: BASE_UNIT / 2 } export const placeholder = () => ({ height: BASE_UNIT * 4 })