Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
2430af2c08
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      mdev/wv0.native.js

+ 5
- 4
mdev/wv0.native.js View File

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

Loading…
Cancel
Save