hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

Modal with 'Fullscreen' Presentation style and 'transparent' value is not supported. #681

Open siwadon00 opened 11 months ago

siwadon00 commented 11 months ago

I got warning but it worked.

When I try to change it to false and do this modalContentContainerStyle={{ backgroundColor : "rgb(250,250,250)", marginTop : 300, marginBottom : 45, borderTopLeftRadius : 15, borderTopRightRadius : 15, }} I got some white screen in margin How i handle this waring or remove white Screen ?