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
662 stars 170 forks source link

Align modal title to MD3 guidelines for full-screen dialogs #282

Open fabriziocucci opened 1 year ago

fabriziocucci commented 1 year ago

Based on MD3 guidelines for full-screen dialogs, I believe the label should appear in the top app bar, next to the X icon.

Is there a chance to align to the guideline or provide an option to decide where the label should be placed?

header

iM-GeeKy commented 1 year ago

PRs are welcome!

RichardLindhout commented 9 months ago

Good point, we want to keep support for m2 as long as react-native-paper also has support for it but we can check the theme.isV3 to align with the guidelines. PR is welcome indeed,!