Browse Source

auto commit

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

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

98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
99
                          // onPress = {fncb_only("vbx_press").fn.bind(this)}
99
                          // onPress = {fncb_only("vbx_press").fn.bind(this)}
100
                         // style={wview_btns.style_v0 || {}}
100
                         // style={wview_btns.style_v0 || {}}
101
+
102
+
103
+            // prop_id = "b1"
104
+            // prop_id = "b2"
101
         return (
105
         return (
102
                         <View 
106
                         <View 
103
                         style={ {} }
107
                         style={ {} }
104
                         >
108
                         >
105
-            <Button prop_id = "b1"
109
+            <Button 
106
                          style = { wview_btns.style_b1 || {}} 
110
                          style = { wview_btns.style_b1 || {}} 
107
                          >
111
                          >
108
              {wview_btns.b1_txt  || "udef"}
112
              {wview_btns.b1_txt  || "udef"}
109
              </Button>
113
              </Button>
110
 
114
 
111
-            <Button prop_id = "b2"
115
+            <Button 
112
                          style = { wview_btns.style_b2 || {}} 
116
                          style = { wview_btns.style_b2 || {}} 
113
                          >
117
                          >
114
              {wview_btns.b2_txt  || "udef"}
118
              {wview_btns.b2_txt  || "udef"}

Loading…
Cancel
Save