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
642 stars 166 forks source link

Update time picker to material 3 specs. #223

Closed iM-GeeKy closed 1 year ago

iM-GeeKy commented 1 year ago

@RichardLindhout I think this is ready to look at, but please check it out. I think it's headed in the right direction.

Motivation

Our library supports Material 3, but lacks the proper specs for the Time Picker according to MD3 documentation. This pull request is created to address the initial upgrades for only the Time picker. It's not perfect, but this can serve as the baseline. @RichardLindhout I'll leave the Date Picker for you :). It seems more involved and might cause us to have separate pickers for between version 2 and 3. I'd be glad to discuss a plan of attack on this.

Screenshots

Simulator Screen Shot - iPhone 14 Pro Max - 2022-12-25 at 16 19 55 Simulator Screen Shot - iPhone 14 Pro Max - 2022-12-25 at 16 29 54

Findings