Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MARIOMARUI opened this issue Sep 18, 2021 · 1 comment
Open

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

MARIOMARUI opened this issue Sep 18, 2021 · 1 comment

Comments

@MARIOMARUI
Copy link

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);

@zsswlr
Copy link

zsswlr commented Sep 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants