UNPKG

react-native-full-calendars

Version:

React Native Full Calendar (RNFC) is an intuitive and powerful calendar component library designed for React Native.

27 lines (26 loc) 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_THEME = void 0; const DEFAULT_THEME = exports.DEFAULT_THEME = { headerDateFormat: 'MMMM yyyy', dayLabelDateFormat: 'eeeeee', dayTextForamt: 'd', disableOpacity: 0.2, daySelectedStyle: { backgroundColor: 'rgb(216, 216, 216)' }, dayTodayTextStyle: { color: 'white' }, dayTodayStyle: { backgroundColor: 'purple', borderRadius: 20 }, itemStartMargin: 2, itemEndMargin: 2, itemStartBorderRadius: 4, itemEndBorderRadius: 4 }; //# sourceMappingURL=default.js.map