XuqmGroup-RNChatDemo/src/screens/group
徐勤民 34c02b9832 feat(sample): 添加示例应用的核心功能模块
- 集成依赖管理配置文件 libs.versions.toml,统一管理项目依赖版本
- 实现演示 API 接口定义,包含登录、注册、用户管理等 RESTful 端点
- 创建认证仓库 AuthRepository,处理用户会话管理和加密存储
- 开发登录和注册界面,实现用户身份验证流程
- 构建聊天界面 ChatScreen,支持消息收发和历史记录显示
- 实现联系人管理功能,包含好友搜索和添加删除操作
- 添加会话列表界面,展示最近聊天记录和未读消息提示
2026-04-27 19:00:54 +08:00
..
CreateGroupScreen.tsx feat: complete production chat demo — all screens, real media, SDK remote init 2026-04-25 16:41:54 +08:00
GroupListScreen.tsx feat: real image/audio rendering, avatar upload, pinned convs, proper group management 2026-04-27 11:58:07 +08:00
GroupMembersScreen.tsx feat(sample): 添加示例应用的核心功能模块 2026-04-27 19:00:54 +08:00
GroupSettingsScreen.tsx feat: add member to group via UserSearch — pass addToGroupId param from GroupSettings 2026-04-27 13:42:48 +08:00