maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

When coverScreen=true, select dropdown is loading in background #335

Open ramprakashram opened 3 years ago

ramprakashram commented 3 years ago

When i use coverScreen=true , the Modal is coming full screen as expected. But the select dropdown inside the modal, it is loading behind the modal, i tried giving position: 'relative' , but nothing changed. If I set coverScreen=false, dropdown is working fine.

Thanks in Advance.