Skip to content

Commit

Permalink
fixed the tabs and drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiuishaaq committed Feb 19, 2025
1 parent 4cabd80 commit f36798c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
5 changes: 0 additions & 5 deletions mobile-app/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ export default function RootLayout() {

return (
<ThemeProvider value={colorScheme === 'dark' ? DarkTheme : DefaultTheme}>
<<<<<<< HEAD
<Stack screenOptions={{headerShown: false}}>
<Stack.Screen name='index' options={{headerShown: false}} />
=======
<Stack screenOptions={{ headerShown: false }}>
<Stack.Screen name="index" />
>>>>>>> 4b52bc85332eecc28d69d39ab2f4c88bc262745a
</Stack>
<StatusBar style="auto" />
</ThemeProvider>
Expand Down
14 changes: 2 additions & 12 deletions mobile-app/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { StyleSheet, Text, View } from 'react-native'
import { StyleSheet } from 'react-native'
import React from 'react'
<<<<<<< HEAD
import { Redirect, router } from 'expo-router'
import { Redirect} from 'expo-router'

export default function () {
return (
Expand All @@ -10,15 +9,6 @@ export default function () {
// </View>

<Redirect href='/(drawer)/(tabs)' />
=======
import OnboardingScreen from "./screens/onboarding/onboarding.screen";

export default function index() {
return (
<View>
<OnboardingScreen />
</View>
>>>>>>> 4b52bc85332eecc28d69d39ab2f4c88bc262745a
)
}

Expand Down

0 comments on commit f36798c

Please sign in to comment.