mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 17:03:26 +00:00
refactor to turbo
This commit is contained in:
10
apps/expo/src/app/(tabs)/index.tsx
Normal file
10
apps/expo/src/app/(tabs)/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import ScreenLayout from "~/components/layout/ScreenLayout";
|
||||
import { Text } from "~/components/ui/Text";
|
||||
|
||||
export default function HomeScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Home" subtitle="This is where all magic happens">
|
||||
<Text>Movies will be listed here</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user