Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
a253046988
1 changed files with 2 additions and 9 deletions
  1. 2
    9
      mdev/wv0.native.js

+ 2
- 9
mdev/wv0.native.js View File

@@ -102,20 +102,13 @@ class Wview_btns extends Component<Props> {
102 102
 
103 103
             // prop_id = "b1"
104 104
             // prop_id = "b2"
105
+                        // style={ {} }
105 106
         return (
106
-                        <View 
107
-                        style={ {} }
108
-                        >
107
+                        <View >
109 108
             <Button 
110 109
                          style = { wview_btns.style_b1 || {}} 
111 110
                          >
112 111
              {"wview_btns.b1_txt"  || "udef"}
113
-             </Button>
114
-
115
-            <Button 
116
-                         style = { wview_btns.style_b2 || {}} 
117
-                         >
118
-             {"wview_btns.b2_txt"  || "udef"}
119 112
              </Button>
120 113
 
121 114
 

Loading…
Cancel
Save