### Current behaviour When using TimePickerModal on React Native Expo Web in Chrome browser, the AM/PM picker overflows the modal. ### Expected behaviour The modal should not be smaller when on big screens. The modal should adapt to its child content ### How to reproduce? - Clone my repo https://github.com/abeledovictor/paper-dates-bug and run it with `npm run web` using chrome. I am on macOS but it is also reproducible on windows and linux. - Click on 'Pick time' button' ### Preview https://github.com/user-attachments/assets/b3272f25-73a9-4795-a768-87013b6d02e3 ### What have you tried so far? N/A ### Your Environment | software | version | --------------------- | ------- | react-native | 0.79.5 | react-native-paper | 5.14.5 | node | 20.19.1 | npm | 10.8.2 | expo | 53.0.20
Current behaviour
When using TimePickerModal on React Native Expo Web in Chrome browser, the AM/PM picker overflows the modal.
Expected behaviour
The modal should not be smaller when on big screens. The modal should adapt to its child content
How to reproduce?
npm run webusing chrome. I am on macOS but it is also reproducible on windows and linux.Preview
Screen.Recording.2025-07-21.at.5.19.17.PM.mov
What have you tried so far?
N/A
Your Environment