Add Bible picker flow and chapter navigation UI
This commit is contained in:
11
App.js
11
App.js
@@ -30,6 +30,8 @@ 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 BiblePicker from './Views/BiblePicker.js';
|
||||
import BibleChapterView from './Views/BibleChapterView.js';
|
||||
import { Platform } from 'react-native';
|
||||
import { PostHogProvider } from 'posthog-react-native'
|
||||
import * as Updates from 'expo-updates';
|
||||
@@ -426,6 +428,15 @@ export default function App() {
|
||||
name="GlobalChat"
|
||||
component={GlobalChat}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="BiblePicker"
|
||||
component={BiblePicker}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="BibleChapter"
|
||||
component={BibleChapterView}
|
||||
options={{ headerShown: false }}
|
||||
/>
|
||||
<Stack.Screen name="SinglePost" component={SinglePost} />
|
||||
<Stack.Screen name="Login" component={Login} options={{ headerShown: false }} />
|
||||
<Tab.Screen name="Logout" component={Login} />
|
||||
|
||||
Reference in New Issue
Block a user