瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
4e51986f6b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/conference/components/native/Conference.js

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

191
 /*            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
191
 /*            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
192
             style = {webview_style}
192
             style = {webview_style}
193
             ></WebView>*/
193
             ></WebView>*/
194
+            // <rn_capscreen.ModalExample></rn_capscreen.ModalExample>
195
+            // <Text>HI there</Text>
194
         return (
196
         return (
195
             <Container style = { {...styles.conference,...conference_style} }>
197
             <Container style = { {...styles.conference,...conference_style} }>
196
-            <Text>HI there</Text>
197
-            <rn_capscreen.ModalExample></rn_capscreen.ModalExample>
198
                 <StatusBar
198
                 <StatusBar
199
                     barStyle = 'light-content'
199
                     barStyle = 'light-content'
200
                     hidden = { _fullscreenEnabled }
200
                     hidden = { _fullscreenEnabled }

Loading…
取消
儲存