expo-popcore-app/app/(tabs)
imeepos b716198d4b fix: use isLiked/isFavorited from API data for initial state
- Get store state separately from API data
- Merge strategy: store takes priority (for optimistic updates), fallback to API data
- Use item.isLiked and item.isFavorited for initial state
- Match the implementation pattern used in home page
2026-01-28 20:19:59 +08:00
..
__tests__ fix: bug 2026-01-28 18:46:44 +08:00
_layout.tsx feat: update TAB_BAR_HEIGHT to improve tab layout and add channel definitions in eas.json 2026-01-27 15:00:06 +08:00
index.tsx fix: bug 2026-01-28 20:18:17 +08:00
message.tsx fix: bug 2026-01-21 16:25:26 +08:00
my.tsx fix: bug 2026-01-28 18:46:44 +08:00
video.test.tsx feat: add double-tap to like animation 2026-01-28 19:21:44 +08:00
video.tsx fix: use isLiked/isFavorited from API data for initial state 2026-01-28 20:19:59 +08:00