expo-popcore-app/app/(tabs)
imeepos 54867492a7 test: add unit tests for HomeScreen to ensure proper rendering
Following TDD principles (RED-GREEN-REFACTOR):
- RED: Created failing tests for HomeScreen rendering
- Verify RED: Confirmed tests failed due to missing mocks
- GREEN: Added necessary mocks for all dependencies
- Verify GREEN: All 4 tests passing (4/4)

Tests cover:
- Title bar rendering with app name
- Category tabs rendering when data is loaded
- Template cards rendering when category has templates
- Loading state not showing when data is loaded

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:28:18 +08:00
..
__tests__ test: add unit tests for HomeScreen to ensure proper rendering 2026-01-21 15:28:18 +08:00
_layout.tsx Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
index.tsx fix: replace FlashList with FlatList to fix black screen in ScrollView 2026-01-21 15:24:52 +08:00
message.tsx fix: change type parameter from array to single value for API compatibility 2026-01-21 15:15:47 +08:00
my.tsx refactor: 优化代码和添加类型检查脚本 2026-01-16 12:34:27 +08:00
video.test.tsx feat: integrate UI components into Video tab 2026-01-21 12:06:46 +08:00
video.tsx debug: add detailed logging for template filtering 2026-01-21 15:20:58 +08:00