集成 ChatroomUIKit

小于 1 分钟

集成 ChatroomUIKit

使用 ChatroomUIKit 之前,你需要将 ChatroomUIKit 集成到你的应用中。

前提条件

  • MacOS 12 或以上版本;
  • React-Native 0.66 或以上版本;
  • NodeJs 16.18 或以上版本;
  • iOS 应用:Xcode 13 或以上版本以及它的相关依赖工具;
  • Android 应用:Android Studio 2021 或以上版本以及它的相关依赖工具;
  • 有效的环信即时通讯 IM 开发者账号和 App key

创建项目或现有项目

如果创建请执行命令:

npx react-native init MyApp --version 0.71.11

安装 UIKit 到项目中

进入项目,执行以下命令:

npm install react-native-chat-room
# or
yarn add react-native-chat-room
# or
npx expo install react-native-chat-room