浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
b9c37dd307
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      react/features/conference/components/native/Conference.js

+ 2
- 0
react/features/conference/components/native/Conference.js 查看文件

@@ -40,6 +40,7 @@ import styles from './styles';
40 40
 import { WebView } from 'react-native-webview';
41 41
 // import { Wview_v1 } from '../../../../../mdev/wview/wv1';
42 42
 import { Wview_v1 } from '../../../../../mdev/wv0';
43
+import { Text } from '../../../base/react';
43 44
 // import { Wview_v1 } from '../../../../../../mdev/wview/wv1';
44 45
 // import { Wview_v1 } from '../../../../mdev/wview/wv1';
45 46
 
@@ -191,6 +192,7 @@ class Conference extends AbstractConference<Props, *> {
191 192
             ></WebView>*/
192 193
         return (
193 194
             <Container style = { {...styles.conference,...conference_style} }>
195
+            <Text>HI</Text>
194 196
                 <StatusBar
195 197
                     barStyle = 'light-content'
196 198
                     hidden = { _fullscreenEnabled }

正在加载...
取消
保存