sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

zIndex visibility problem #257

Open linhnguyenviet opened 4 years ago

linhnguyenviet commented 4 years ago

image

This is my code. It's ok in Android but when open in IOS the dropdown is lay under other components. tried zIndex but doesnt work. Need help

donni106 commented 4 years ago

Can you show your implementation of DropDownPicker and the part of the code of the other components, which gets overlayed?