File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
chatroomuikit/react-native Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 38385 . 进入工程根目录,执行 ` yarn && yarn prepare ` 安装依赖和创建本地配置文件。
39396 . 更改配置文件(` examples/product-uikit-demo/src/env.ts ` )内容, 设置 appKey 的值,其他字段有默认值。
40407 . 设置推送配置文件。如果没有,可以使用模板文件保证编译运行没有问题。如果有,则使用自己的配置文件。详见 [ Firebase 相关文档] ( https://rnfirebase.io/ ) 。
41- - Android 平台拷贝命令为 ` cp -f templates/google-services.json.template examples/product-uikit-demo/android/app/google-services.json ` 。
41+ - Android 平台拷贝命令为 ` cp -f templates/google-services.json.template examples/product-uikit-demo/android/app/google-services.json && cp -f templates/debug.keystore.template examples/product-uikit-demo/android/app/debug.keystore ` 。
4242 - iOS 平台拷贝命令为 ` cp templates/GoogleService-Info.plist.template examples/product-uikit-demo/ios/ChatUikitFullExample/GoogleService-Info.plist ` 。
43438 . 进入目录 ` examples/product-uikit-demo ` , 运行 ` yarn android ` 或 ` yarn ios ` 运行 Demo。
44449 . 启动本地服务 ` yarn run start ` ,默认端口 8081。
@@ -59,8 +59,7 @@ App Server 为 Demo 提供以下功能:
5959你可通过以下步骤部署 App Server:
6060
61611 . 部署 App Server。详见 [ 服务端源码] ( https://github.com/easemob/easemob-im-app-server/tree/dev-demo ) 。
62- 2 . 在 Demo 工程根目录下 ` local.properties ` 文件中,填写 App Server 的域名或 IP 地址,格式为 ` APP_SERVER_DOMAIN = 服务器域名或ip地址 ` 。
63- 3 . 在 Demo 工程根目录下 ` local.properties ` 文件中,填入 ` LOGIN_WITH_APPSERVER = true ` ,即通知 Demo 工程需要启用 App Server,体验完整功能。
62+ 2 . 修改 文件 ` examples/product-uikit-demo/src/env.ts ` 中的内容 ` useAppServerDomain = true ` 。
6463
6564** 服务端中的 App Key 要跟客户端的 App Key 保持一致。**
6665
Original file line number Diff line number Diff line change 22
33环信 ChatroomUIKit 提供 UIKit 的各种组件帮助开发者根据实际业务需求快速搭建聊天室应用。通过该 UIKit,聊天室中的用户可实时交互,发送普通弹幕消息、打赏消息和全局广播等功能。
44
5- - 若要访问源码,请点击[ 这里] ( https://github.com/easemob/UIKit_Chatroom_rn ) 。
5+ - 若要访问源码,请点击[ 这里] ( https://github.com/easemob/easemob-uikit-reactnative ) 。在 ` packages/react-native-chat-room ` 文件夹下 。
66
77- 你可以扫描以下 Android 和 iOS 平台的二维码体验环信聊天室 UIKit demo:
88
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ react-native-safe-area-context \
6161react-native-video
6262```
6363
64+ * react-native-audio-recorder-player 这个三方库已经过期,但是它推荐的三方库目前问题较多,所以,建议继续使用该三方库,版本小于 3.6.14*
65+
6466## 第四步 添加权限
6567
6668添加必要的应用权限。
You can’t perform that action at this time.
0 commit comments