Skip to content

Commit

Permalink
Update App.js with some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Supsource authored Mar 21, 2023
1 parent 45d5e9b commit 490ac17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ import Other_UserProfile from './SRC/Screens/Profile/Other_UserProfile';
import MessagePage from './SRC/Screens/ChatSection/MessagePage';



// create a stack navigator to handle navigation
const Stack = createNativeStackNavigator();

export default function App() {
return (
// use the NavigationContainer to wrap the app
<NavigationContainer>
<Stack.Navigator screenOptions={{
headerShown: false,
animation: 'slide_from_right'
headerShown: false, // hide the header
animation: 'slide_from_right' // set the default animation for screen transitions
}}>
<Stack.Screen name="MainPage" component={Mainpage} />
<Stack.Screen name="Login" component={Login}
Expand Down

1 comment on commit 490ac17

@vercel
Copy link

@vercel vercel bot commented on 490ac17 Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

umm-app – ./

umm-app-git-main-umm.vercel.app
umm-app-umm.vercel.app
umm-app.vercel.app

Please sign in to comment.