瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
8e3f2228c3
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. 5
    1
      mdev/wv0.native.js

+ 5
- 1
mdev/wv0.native.js 查看文件

9
     TextInput,
9
     TextInput,
10
     TouchableHighlight,
10
     TouchableHighlight,
11
     TouchableOpacity,
11
     TouchableOpacity,
12
-    View
12
+    View,
13
+    Text,
13
 } from 'react-native';
14
 } from 'react-native';
14
 
15
 
15
 
16
 
66
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
67
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
67
      	return (
68
      	return (
68
              <View style = { wv0_styles_dev.v1 || {} }>
69
              <View style = { wv0_styles_dev.v1 || {} }>
70
+             <Text style = { wv0_styles_dev.txt || {} }
71
+             >
69
              Z
72
              Z
73
+             </Text>
70
 
74
 
71
             <WebView source = {{uri:wb_url}}
75
             <WebView source = {{uri:wb_url}}
72
             style = {wv0_styles_dev.webview_style || {}}
76
             style = {wv0_styles_dev.webview_style || {}}

Loading…
取消
儲存