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