什么是 expo-chat-ui?
通过键盘处理、回收列表、手势和特定于平台的实现构建生产质量的聊天 UI 来源:evanbacon/evanbacon.dev。
通过键盘处理、回收列表、手势和特定于平台的实现构建生产质量的聊天 UI
通过命令行快速安装 expo-chat-ui AI 技能到你的开发环境
来源:evanbacon/evanbacon.dev。
This skill covers building a performant chat UI in Expo with:
The ChatView component provides context for measuring toolbar height and coordinating keyboard animations.
| keyboardShouldPersistTaps | "handled" | Allow taps on buttons while keyboard open | | keyboardDismissMode | "interactive" | Swipe-to-dismiss keyboard | | maintainScrollAtEnd | boolean | Auto-scroll when AI is responding | | maintainVisibleContentPosition | boolean | Keep position when content updates |
通过键盘处理、回收列表、手势和特定于平台的实现构建生产质量的聊天 UI 来源:evanbacon/evanbacon.dev。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/evanbacon/evanbacon.dev --skill expo-chat-ui通过键盘处理、回收列表、手势和特定于平台的实现构建生产质量的聊天 UI 来源:evanbacon/evanbacon.dev。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/evanbacon/evanbacon.dev --skill expo-chat-ui 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/evanbacon/evanbacon.dev