Skip to content

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

Description

@smallhand

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions