popcore app应用
Go to file
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
.claude fix: add agent and skill 2026-01-21 11:15:08 +08:00
app fix: use isLiked/isFavorited from API data for initial state 2026-01-28 20:19:59 +08:00
assets Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
components fix: ensure async API calls are awaited in VideoSocialButton 2026-01-28 20:16:57 +08:00
constants Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
hooks fix: pass initial count to hooks for correct optimistic update 2026-01-28 20:14:45 +08:00
lib fix: bug 2026-01-28 15:57:40 +08:00
locales fix: bug 2026-01-28 18:46:44 +08:00
scripts Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
stores fix: export templateSocialStore as callable object 2026-01-28 20:10:59 +08:00
tests feat: update RefreshControl mocks in tests and improve error handling in useChangePassword hook 2026-01-27 17:18:54 +08:00
.easignore Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
.env fix: bug 2026-01-16 15:16:49 +08:00
.gitignore feat: implement pull-to-refresh and load more functionality in "My" page, add WebP image support 2026-01-27 17:08:11 +08:00
.npmrc fix: 添加 repo/sdk 依赖 2026-01-13 15:00:00 +08:00
.prettierignore Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
.prettierrc Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
CLAUDE.md fix: change type parameter from array to single value for API compatibility 2026-01-21 15:15:47 +08:00
app.config.js feat: update runtimeVersion to use APP_VERSION for better version management 2026-01-27 12:04:27 +08:00
app.json Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
babel.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
bun.lock fix: update @repo/sdk to version 1.0.14 and adjust build scripts for production 2026-01-26 16:40:32 +08:00
components.json Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
eas.json feat: update TAB_BAR_HEIGHT to improve tab layout and add channel definitions in eas.json 2026-01-27 15:00:06 +08:00
eslint.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
eslint.config.mjs Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
global.css Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
jest.config.js feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
jest.d.ts feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
jest.setup.js fix: bug 2026-01-28 18:46:44 +08:00
jest.store.config.js fix: bug 2026-01-28 18:46:44 +08:00
jest.store.setup.js fix: bug 2026-01-28 18:46:44 +08:00
metro.config.js feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
nativewind-env.d.ts Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
package.json feat: implement app update checks and add app configuration file 2026-01-27 11:52:59 +08:00
tailwind.config.js Initial commit: expo-popcore-app 2025-12-25 16:25:55 +08:00
tsconfig.json feat: 重构测试结构并添加动态表单组件 2026-01-19 14:31:48 +08:00
verify_templatecard.ts fix: bug 2026-01-28 18:46:44 +08:00