|
|
@@ -44,10 +44,10 @@ class Wview_v1 extends PureComponent<Props> {
|
|
44
|
44
|
// <View style = { wv0_styles.v1 || {} }>
|
|
45
|
45
|
// style = {webview_style}
|
|
46
|
46
|
|
|
|
47
|
+ // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
|
47
|
48
|
return (
|
|
48
|
49
|
<View style = { wv0_styles_dev.v1 || {} }>
|
|
49
|
50
|
|
|
50
|
|
- // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
|
51
|
51
|
<WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
|
|
52
|
52
|
style = {wv0_styles_dev.webview_style || {}}
|
|
53
|
53
|
></WebView>
|