You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, my DatePickerModal is full-screen, no matter the value I pass into presentationStyle.
I'm using the newest version of react-native-paper-dates, 0.20.5, react-native-paper: 5.10.3, expo: 49.0.8, react-native: 0.72.6, and my DatePickerModal looks like this:
Update: Just using the DatePickerModalContent wrapped in my own Modal seems to work fine for me. Still strange that the prop doesn't function as expected though.
The text was updated successfully, but these errors were encountered:
Currently, my DatePickerModal is full-screen, no matter the value I pass into presentationStyle.
I'm using the newest version of react-native-paper-dates, 0.20.5, react-native-paper: 5.10.3, expo: 49.0.8, react-native: 0.72.6, and my DatePickerModal looks like this:
Update: Just using the DatePickerModalContent wrapped in my own Modal seems to work fine for me. Still strange that the prop doesn't function as expected though.
The text was updated successfully, but these errors were encountered: