vlad-doru / react-native-calendar-datepicker

React-Native cross-platform, calendar component.
Apache License 2.0
85 stars 37 forks source link

Fix month selected style won't show when using in modal #19

Closed 9173860 closed 7 years ago

9173860 commented 7 years ago

When using in a modal, we want to close modal when finished month select. But this action will also unmount calendar datepicker and componentWillReceiveProps() method will never be triggered. So that we can never have a month in selected style.