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