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

Can't set DatePickerInput height when used inside Modal. #186

Closed CosminGRG closed 1 year ago

CosminGRG commented 2 years ago

I am trying to use the DatePickerInput inside a modal but I am not able to adjust it's height and it defaults to this. I am not using any style on it. image When used outside the View components and at the root of the Modal it looks like this. It seems like it has some extra margin. image Not sure if I am doing something wrong.