|
|
fafc765b3f
|
feat: add form validation
- Add Alert for validation errors
- Check amount and description
- Validate positive number
|
2026-04-18 12:25:10 +07:00 |
|
|
|
44f8f57d4a
|
refactor: use CATEGORIES from types
- Import CATEGORIES from types/index
- Map category.label for display
- Use category.id for state
|
2026-04-18 12:24:06 +07:00 |
|
|
|
513e2efdbc
|
feat: create TransactionForm component
- Add useState hooks for form inputs
- Add type selector (income/expense)
- Add TextInput components
- Add category selector with ScrollView
- Add TouchableOpacity for buttons
|
2026-04-18 12:21:04 +07:00 |
|