UNPKG

react-native-chart-kit

Version:

If you're looking to **build a website or a cross-platform mobile app** – we will be happy to help you! Send a note to clients@ui1.io and we will be in touch with you shortly.

19 lines (16 loc) 268 B
export const MILLISECONDS_IN_ONE_DAY = 24 * 60 * 60 * 1000 export const DAYS_IN_WEEK = 7 export const MONTH_LABELS = { 0: 'Jan', 1: 'Feb', 2: 'Mar', 3: 'Apr', 4: 'May', 5: 'Jun', 6: 'Jul', 7: 'Aug', 8: 'Sep', 9: 'Oct', 10: 'Nov', 11: 'Dec' }