We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45187d9 commit 2d69d61Copy full SHA for 2d69d61
apps/expo/app/[tag].tsx
apps/expo/app/profile/[sendid].tsx
@@ -1,8 +1,8 @@
1
import { ScreenContainer } from 'apps-expo/components/layout/ScreenContainer'
2
import { Stack } from 'expo-router'
3
-import { Paragraph } from '@my/ui'
+import { ProfileScreen } from 'app/features/profile/screen'
4
5
-export default function ProfileScreen() {
+export default function Screen() {
6
return (
7
<>
8
<Stack.Screen
@@ -11,7 +11,7 @@ export default function ProfileScreen() {
11
}}
12
/>
13
<ScreenContainer>
14
- <Paragraph>History</Paragraph>
+ <ProfileScreen />
15
</ScreenContainer>
16
</>
17
)
0 commit comments