JoeRoddy / react-native-tag-autocomplete

React Native Tag Autocompletion
69 stars 26 forks source link

the suggestion list appears on top of other components in ios. #42

Open saidhappy010 opened 4 years ago

saidhappy010 commented 4 years ago

when I tap on the box, the suggestion list appears on top of other components in ios. received_387732548575633

however on android it works well, when the list appears the other components slide down

IMG_20190924_131250

nihp commented 4 years ago

@saidhappy010

Add this view above the AutoTag component

<View style = {{overflow: 'visible', position: 'relative', zIndex: 999,}}>

If it works for you kindly close this issue

sandeep-webvillee commented 4 years ago

@saidhappy010 @nihp have you resolved this issue am getting same issue if you find anything else please let me know thanks

Simulator Screen Shot - iPhone SE (2nd generation) - 2020-08-28 at 16 48 37

nihp commented 4 years ago

Did you tried zIndex

Refer this and try again https://stackoverflow.com/questions/41943191/how-to-use-zindex-in-react-native