mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:33:26 +00:00
chore: make this a useful placeholder tab
This commit is contained in:
10
apps/expo/src/app/(tabs)/downloads.tsx
Normal file
10
apps/expo/src/app/(tabs)/downloads.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import ScreenLayout from "~/components/layout/ScreenLayout";
|
||||
import { Text } from "~/components/ui/Text";
|
||||
|
||||
export default function DownloadsScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Downloads">
|
||||
<Text>Downloads tab</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user