Skip to content

Commit 731f962

Browse files
committed
Essey page done
1 parent b73f063 commit 731f962

File tree

12 files changed

+175
-6
lines changed

12 files changed

+175
-6
lines changed

App.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {CodePage} from './Screens/CodePage';
99
import {ToastProvider} from 'react-native-toast-notifications';
1010
import {OnboardingScreen} from './Screens/OnboardingScreen';
1111
import {Initial} from './Screens/Initial';
12+
import {EsseyPage} from './Screens/EsseyPage';
1213

1314
function App(): JSX.Element {
1415
const Stack = createNativeStackNavigator();
@@ -52,6 +53,13 @@ function App(): JSX.Element {
5253
headerShown: false,
5354
}}
5455
/>
56+
<Stack.Screen
57+
name={'EsseyPage'}
58+
component={EsseyPage}
59+
options={{
60+
headerShown: false,
61+
}}
62+
/>
5563
<Stack.Screen
5664
name={'CodePage'}
5765
component={CodePage}

Assets/Essey.png

100 KB
Loading

Assets/audio.png

-122 KB
Binary file not shown.

Assets/back.png

-3.42 KB
Binary file not shown.

Assets/dots.png

-8.44 KB
Binary file not shown.
-1.64 MB
Binary file not shown.

Assets/mic.png

-21.4 KB
Binary file not shown.

Assets/pdf.png

-83 KB
Binary file not shown.

Assets/points.png

-10.5 KB
Binary file not shown.

Assets/send.png

-6.98 KB
Binary file not shown.

0 commit comments

Comments
 (0)