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
1k stars 297 forks source link

Items in dropdown list are transparent on ios while android aren't #768

Open smallhand opened 3 weeks ago

smallhand commented 3 weeks ago

I already set zIndex styles, and it works on Android app while ios doesn't Here is my code snippet

<View style={{zIndex: 10000 }}>
      <DropDownPicker 
            open={grpOpen}
            value={grp_no}
            items={grpPicker}
            defaultValue={grp_no}
            setOpen={setGrpOpen}
            setValue={setGrp}
            setItems={setGrpPicker}
      />
</View>

issue

SurajMohanty02 commented 2 weeks ago

same issue

gitnlsn commented 2 weeks ago

Same issue here.

Screenshot 2024-11-14 at 14 41 00

Screenshot 2024-11-14 at 14 40 29