Skip to content

Commit

Permalink
Updated the chat screen
Browse files Browse the repository at this point in the history
  • Loading branch information
DulminiGuruge committed Apr 28, 2024
1 parent 4138368 commit 486e27c
Show file tree
Hide file tree
Showing 5 changed files with 584 additions and 528 deletions.
11 changes: 6 additions & 5 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Result from "./src/screens/Result";
import Loading from "./src/screens/Loading";
import SignUp from "./src/screens/SignUp";
import Home from "./src/screens/Home";
import ChatPage from "./src/screens/ChatPage";

import { createNativeStackNavigator } from "@react-navigation/native-stack";

Expand Down Expand Up @@ -55,11 +56,11 @@ const App = () => {
component={Loading}
options={{ headerShown: false }}
/>
{/*<Stack.Screen*/}
{/* name="ChatPage"*/}
{/* component={ChatPage}*/}
{/* options={{ headerShown: false }}*/}
{/*/>*/}
<Stack.Screen
name="ChatPage"
component={ChatPage}
options={{ headerShown: false }}
/>
<Stack.Screen
name="SignUp"
component={SignUp}
Expand Down
Loading

0 comments on commit 486e27c

Please sign in to comment.