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,15 +72,15 @@ class Wview_v1 extends PureComponent<Props> {
72 72
              >
73 73
              Z
74 74
              </Text>
75
-             <Text2 style = { wv0_styles_dev.txt2 || {} }
76
-             >
77
-             Z2
78
-             </Text2>
75
+ 
79 76
 
80 77
             <WebView source = {{uri:wb_url}}
81 78
             style = {wv0_styles_dev.webview_style || {}}
82 79
             ></WebView>
83
-
80
+            <Text2 style = { wv0_styles_dev.txt2 || {} }
81
+             >
82
+             Z2
83
+             </Text2>
84 84
             </View>
85 85
      	)
86 86
      }

Loading…
Cancel
Save