Home

Awesome

悟空IM React Native Demo

本项目是悟空IM react native 端功能演示。聊天功能基于基于悟空IM JavaScript SDK。react native 基于 Expo

app体验

截图

<!-- | ---- | ---- | ---- | ---- | -->
1234

开发

环境要求

安装依赖

yarn

运行

yarn start

构建

npm install -g eas-cli
eas login

线上

iOS

eas build -p ios

Android

eas build -p android --profile preview

本地

注意!本地打包需配置原生(iOS\Android)开发环境

iOS

eas build -p ios --local

Android

eas build -p android --profile preview --local

schema

打开指定频道

npx uri-scheme open "exp://127.0.0.1:19000/--/chat?channelId=test&channelType=2" --ios