|
|
|
|
|
|
189
|
/* <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
189
|
/* <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
|
190
|
style = {webview_style}
|
190
|
style = {webview_style}
|
|
191
|
></WebView>*/
|
191
|
></WebView>*/
|
|
|
|
192
|
+ // translucent = { _fullscreenEnabled } />
|
|
192
|
return (
|
193
|
return (
|
|
193
|
<Container style = { {...styles.conference,...conference_style} }>
|
194
|
<Container style = { {...styles.conference,...conference_style} }>
|
|
194
|
<StatusBar
|
195
|
<StatusBar
|
|
195
|
barStyle = 'light-content'
|
196
|
barStyle = 'light-content'
|
|
196
|
hidden = { _fullscreenEnabled }
|
197
|
hidden = { _fullscreenEnabled }
|
|
197
|
- translucent = { _fullscreenEnabled } />
|
|
|
|
|
|
198
|
+ translucent = { false } />
|
|
198
|
{ this._renderContent() }
|
199
|
{ this._renderContent() }
|
|
199
|
<Wview_v1 style = { conference_style_v1 }></Wview_v1>
|
200
|
<Wview_v1 style = { conference_style_v1 }></Wview_v1>
|
|
200
|
</Container>
|
201
|
</Container>
|