Open
Description
Though this component works well on Android, iOS applications get this weird behaviour:
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
Labels
No labels