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
 
102
 
103
             // prop_id = "b1"
103
             // prop_id = "b1"
104
             // prop_id = "b2"
104
             // prop_id = "b2"
105
+                        // style={ {} }
105
         return (
106
         return (
106
-                        <View 
107
-                        style={ {} }
108
-                        >
107
+                        <View >
109
             <Button 
108
             <Button 
110
                          style = { wview_btns.style_b1 || {}} 
109
                          style = { wview_btns.style_b1 || {}} 
111
                          >
110
                          >
112
              {"wview_btns.b1_txt"  || "udef"}
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
              </Button>
112
              </Button>
120
 
113
 
121
 
114
 

Loading…
Cancel
Save