Skip to content

Commit

Permalink
Merge pull request #388 from bounswe/mobile/fixes
Browse files Browse the repository at this point in the history
Mobile/fixes
  • Loading branch information
ozankaymak authored Dec 15, 2024
2 parents 97d951f + e9e48dc commit 91c36c1
Show file tree
Hide file tree
Showing 7 changed files with 934 additions and 1,148 deletions.
2 changes: 2 additions & 0 deletions project/Mobile/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { createStackNavigator } from '@react-navigation/stack';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
import { AuthProvider, useAuth } from './contexts/AuthContext';
import MainScreen from './MainScreen';
import ProfileScreen from './ProfileScreen';
import AnalysisScreen from './AnalysisScreen';
import PuzzlesScreen from './PuzzlesScreen';
import CreatePostScreen from './CreatePostScreen';
Expand Down Expand Up @@ -41,6 +42,7 @@ function AppNavigator() {
) : (
<>
<Stack.Screen name="Home" component={MainScreen} />
<Stack.Screen name="Profile" component={ProfileScreen} />
<Stack.Screen name="Playground" component={PlaygroundScreen} />
<Stack.Screen name="Analysis" component={AnalysisScreen} />
<Stack.Screen name="Puzzles" component={PuzzlesScreen} />
Expand Down
Loading

0 comments on commit 91c36c1

Please sign in to comment.