You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在 2021年9月19日,上午2:20,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);
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
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);
The text was updated successfully, but these errors were encountered: