Parcourir la source

auto commit

app
jfinn il y a 3 ans
Parent
révision
ee18df5416
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4
    1
      mdev/wv0.native.js

+ 4
- 1
mdev/wv0.native.js Voir le fichier

@@ -97,8 +97,11 @@ class Wview_btns extends Component<Props> {
97 97
 
98 98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
99 99
                          // onPress = {fncb_only("vbx_press").fn.bind(this)}
100
+                        // style={wview_btns.style_v0 || {}}
100 101
         return (
101
-                        <View style={wview_btns.style_v0 || {}}>
102
+                        <View 
103
+                        style={ {} }
104
+                        >
102 105
             <Button prop_id = "b1"
103 106
                          style = { wview_btns.style_b1 || {}} 
104 107
                          >

Chargement…
Annuler
Enregistrer