Add live captions viewer and language selection
This commit is contained in:
5
App.js
5
App.js
@@ -30,6 +30,7 @@ import NewGroup from './Views/NewGroup.js';
|
||||
import Slideshow from './Views/Slideshow.js';
|
||||
import SongPlayer from './Views/SongPlayer.js';
|
||||
import GlobalChat from './Views/GlobalChat.js';
|
||||
import LiveCaptions from './Views/LiveCaptions.js';
|
||||
import BiblePicker from './Views/BiblePicker.js';
|
||||
import BibleChapterView from './Views/BibleChapterView.js';
|
||||
import Bible from './Views/Bible.js';
|
||||
@@ -429,6 +430,10 @@ export default function App() {
|
||||
name="GlobalChat"
|
||||
component={GlobalChat}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="LiveCaptions"
|
||||
component={LiveCaptions}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="BiblePicker"
|
||||
component={BiblePicker}
|
||||
|
||||
Reference in New Issue
Block a user