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