web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
663 stars 170 forks source link

Fix AM bug. #228

Closed iM-GeeKy closed 1 year ago

iM-GeeKy commented 1 year ago

@RichardLindhout Please give this a test before merging. It looks like there was an oversight let hours12AndPm = !hours24 && modeRef.current === 'AM' shouldn't be checking for PM if the modeRef.current === 'AM'. This was causing the reproducible bug provided in the issue.

iM-GeeKy commented 1 year ago

Closing in favor of https://github.com/web-ridge/react-native-paper-dates/issues/205 which also contains change plus more.