Browse Source

auto commit

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

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

@@ -109,10 +109,16 @@ class Wview_btns extends Component<Props> {
109 109
 
110 110
             // prop_id = "b1"
111 111
             // prop_id = "b2"
112
+
113
+                        // <View  style={wview_btns.style_v1 || {}}>
114
+                                    // </View>
115
+                        // <View  style={wview_btns.style_v2 || {}}>
116
+                                    // </View>
117
+
118
+
112 119
                         // style={ {} }
113 120
         return (
114 121
                         <View  style={wview_btns.style_v0 || {}}>
115
-                        
116 122
             <Button_v2 
117 123
             prop_id = "b1"
118 124
                          style = { wview_btns.style_b1 || {}} 
@@ -121,7 +127,7 @@ class Wview_btns extends Component<Props> {
121 127
                          >
122 128
              {wview_btns.b1_txt  || "udef1"}
123 129
              </Button_v2>
124
-                    
130
+
125 131
 
126 132
             <Button_v2 
127 133
             prop_id = "b2"
@@ -131,9 +137,12 @@ class Wview_btns extends Component<Props> {
131 137
                          >
132 138
              {wview_btns.b2_txt  || "udef2"}
133 139
              </Button_v2>
140
+             <Text >Wview_vx</Text>
141
+             <Text >Wview_vx2</Text>
134 142
 
135 143
 
136 144
 
145
+                              
137 146
                                     </View>
138 147
 
139 148
             )

Loading…
Cancel
Save