Browse Source

auto commit

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

+ 5
- 5
mdev/wv0.native.js View File

72
              >
72
              >
73
              Z
73
              Z
74
              </Text>
74
              </Text>
75
-             <Text2 style = { wv0_styles_dev.txt2 || {} }
76
-             >
77
-             Z2
78
-             </Text2>
75
+ 
79
 
76
 
80
             <WebView source = {{uri:wb_url}}
77
             <WebView source = {{uri:wb_url}}
81
             style = {wv0_styles_dev.webview_style || {}}
78
             style = {wv0_styles_dev.webview_style || {}}
82
             ></WebView>
79
             ></WebView>
83
-
80
+            <Text2 style = { wv0_styles_dev.txt2 || {} }
81
+             >
82
+             Z2
83
+             </Text2>
84
             </View>
84
             </View>
85
      	)
85
      	)
86
      }
86
      }

Loading…
Cancel
Save