Browse Source

auto commit

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

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

@@ -96,18 +96,17 @@ class Wview_btns extends Component<Props> {
96 96
 
97 97
 
98 98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
99
+                         // onPress = {fncb_only("vbx_press").fn.bind(this)}
99 100
         return (
100 101
                         <View style={wview_btns.style_v0 || {}}>
101 102
             <Button prop_id = "b1"
102 103
                          style = { wview_btns.style_b1 || {}} 
103
-                         onPress = {fncb_only("vbx_press").fn.bind(this)}
104 104
                          >
105 105
              {wview_btns.b1_txt  || "udef"}
106 106
              </Button>
107 107
 
108 108
             <Button prop_id = "b2"
109 109
                          style = { wview_btns.style_b2 || {}} 
110
-                         onPress = {fncb_only("vbx_press").fn.bind(this)}
111 110
                          >
112 111
              {wview_btns.b2_txt  || "udef"}
113 112
              </Button>

Loading…
Cancel
Save