feat: Sprint 0 — project scaffold, DB schema, Zustand stores, base UI components
This commit is contained in:
10
app/(tabs)/settings.tsx
Normal file
10
app/(tabs)/settings.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { View, Text } from 'react-native';
|
||||
|
||||
export default function SettingsScreen() {
|
||||
return (
|
||||
<View className="flex-1 items-center justify-center bg-secondary">
|
||||
<Text className="text-xl text-charcoal">Settings</Text>
|
||||
<Text className="text-gray-500 mt-2">Coming in Sprint 6</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user