UNPKG

react-native-easy-calendar

Version:

Customizable, easy-to-use, performant calendar components for React Native

18 lines (15 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = (prevProps, nextProps) => { Object.keys(nextProps).filter(key => { return nextProps[key] !== prevProps[key]; }).map(key => { console.log('changed property:', key, 'from', prevProps[key], 'to', nextProps[key]); }); return false; }; exports.default = _default; //# sourceMappingURL=checkChangedProps.js.map