浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
a03fa37b84
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      mdev/wv0.native.js

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

14
 } from 'react-native';
14
 } from 'react-native';
15
 import * as rn from 'react-native';
15
 import * as rn from 'react-native';
16
 
16
 
17
-
17
+var Text2 = rn.Text
18
 import { Header, LoadingIndicator, Text } from '../react/features/base/react';
18
 import { Header, LoadingIndicator, Text } from '../react/features/base/react';
19
 
19
 
20
 type Props = {}
20
 type Props = {}
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
             <WebView source = {{uri:wb_url}}
80
             <WebView source = {{uri:wb_url}}
77
             style = {wv0_styles_dev.webview_style || {}}
81
             style = {wv0_styles_dev.webview_style || {}}

正在加载...
取消
保存