UNPKG

reinput

Version:

A React Native TextInput with material style 😎

11 lines (9 loc) • 258 B
export const BASE_UNIT = 8 export const BLACK = '#000000' export const BLUE = '#3f51b5' export const DURATION = 200 export const FONT = 15 export const FONT_SMALL = 12 export const GRAY = '#757575' export const RED = '#fc1f4a' export const noop = () => { }