|
@@ -33,16 +33,16 @@ function onMsg(event ){
|
33
|
33
|
|
34
|
34
|
|
35
|
35
|
type Props = {}
|
36
|
|
-class Wview_ui extends PureComponent<Props> {
|
|
36
|
+// class Wview_ui extends AbstractButton<Props> {
|
|
37
|
+class Wview_ui extends AbstractButton<Props, any> {
|
|
38
|
+ icon = "IconMessage";
|
37
|
39
|
constructor(props) {
|
38
|
40
|
super(props);
|
39
|
41
|
this.v1="a"
|
40
|
42
|
clog("Wview_v1 init")
|
41
|
43
|
}
|
42
|
44
|
|
43
|
|
- render() {
|
44
|
|
-
|
45
|
|
- }
|
|
45
|
+ // render() { }
|
46
|
46
|
|
47
|
47
|
}
|
48
|
48
|
class Wview_v1 extends PureComponent<Props> {
|
|
@@ -112,6 +112,7 @@ injectedJs =`
|
112
|
112
|
// <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
|
113
|
113
|
return (
|
114
|
114
|
<View style = { wv0_styles_dev.v1 || {} }>
|
|
115
|
+ <Wview_ui style = { wv0_styles_dev.vb1 || {}}>
|
115
|
116
|
<Text style = { wv0_styles_dev.txt || {} }
|
116
|
117
|
>
|
117
|
118
|
Z??
|