UNPKG

react-native-year-month-pickers

Version:

This React-Native component library provides a seamless month and year picker for both Android and iOS platforms.

10 lines (9 loc) 206 B
export const ANIMATION = 'slide'; export const colors = { PRIMARY: '#9b42f5', BLACK: '#000000', WHITE: '#FFFFFF', TRANSPARENT: 'transparent', LIGHT_GRAY: '#656565', RGBA: 'rgba(0,0,0,0.65)', };