Skip to content

Commit 2d69d61

Browse files
authored
Native: history screen (#1621)
1 parent 45187d9 commit 2d69d61

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

apps/expo/app/[tag].tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/expo/app/profile/[sendid].tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { ScreenContainer } from 'apps-expo/components/layout/ScreenContainer'
22
import { Stack } from 'expo-router'
3-
import { Paragraph } from '@my/ui'
3+
import { ProfileScreen } from 'app/features/profile/screen'
44

5-
export default function ProfileScreen() {
5+
export default function Screen() {
66
return (
77
<>
88
<Stack.Screen
@@ -11,7 +11,7 @@ export default function ProfileScreen() {
1111
}}
1212
/>
1313
<ScreenContainer>
14-
<Paragraph>History</Paragraph>
14+
<ProfileScreen />
1515
</ScreenContainer>
1616
</>
1717
)

0 commit comments

Comments
 (0)