Skip to content

iOS dropdown presents itself behind other components #272

Open
@ApluUalberta

Description

@ApluUalberta

Though this component works well on Android, iOS applications get this weird behaviour:

Untitled design (6)

The specific Front-end Tech stack that I use is React Native Expo, and the error presents itself on dev and Internal Builds. The display of the menu can be fixed as a result of zIndex: -1 and position: "absolute" in the parent View component, however this is far from adequate as this affects the component's positioning relative to other components. It is the exact same issue as here:
Issue 212

Please provide an adequate solution for this on iOS that decouples it from other components. Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions