Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
4e51986f6b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/conference/components/native/Conference.js

+ 2
- 2
react/features/conference/components/native/Conference.js View File

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…
Cancel
Save