mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:23:28 +00:00
refactor to turbo
This commit is contained in:
10
apps/expo/src/app/(tabs)/settings.tsx
Normal file
10
apps/expo/src/app/(tabs)/settings.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import ScreenLayout from "~/components/layout/ScreenLayout";
|
||||
import { Text } from "~/components/ui/Text";
|
||||
|
||||
export default function SettingsScreen() {
|
||||
return (
|
||||
<ScreenLayout title="Settings" subtitle="Need to change something?">
|
||||
<Text>Settings would be listed in here. Coming soon</Text>
|
||||
</ScreenLayout>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user