UNPKG

react-native-easy-calendar

Version:

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

9 lines 309 B
export 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; }); //# sourceMappingURL=checkChangedProps.js.map