|
|
@@ -25,17 +25,18 @@ class Wview_v1 extends PureComponent<Props> {
|
|
25
|
25
|
render() {
|
|
26
|
26
|
var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
|
|
27
|
27
|
var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
|
|
28
|
|
- return (
|
|
29
|
|
- <View
|
|
30
|
|
- style = {wv0_styles.v1 || {}}
|
|
31
|
|
- >
|
|
|
28
|
+ // <View
|
|
|
29
|
+ // style = {wv0_styles.v1 || {}}
|
|
|
30
|
+ // >
|
|
32
|
31
|
|
|
|
32
|
+ return (
|
|
|
33
|
+
|
|
33
|
34
|
<WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
|
34
|
35
|
style = {webview_style}
|
|
35
|
36
|
></WebView>
|
|
36
|
|
- </View>
|
|
37
|
37
|
|
|
38
|
38
|
)
|
|
|
39
|
+ // </View>
|
|
39
|
40
|
}
|
|
40
|
41
|
}
|
|
41
|
42
|
|