Skip to content

这行代码为什么不显示呢 #455

@MARIOMARUI

Description

@MARIOMARUI

async componentDidMount() {
let overlayView = (
<Overlay.View
style={{ alignItems: "center", justifyContent: "center" }}
modal={true}
overlayOpacity={0}
ref={(v) => (this.overlayView = v)}
>
<View
style={{
backgroundColor: "#333",
padding: 40,
borderRadius: 15,
alignItems: "center",
}}
>
2222222222222

</Overlay.View>
);
Overlay.show(overlayView);

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