暫無描述
matrixbirds f933b8d188 docs. sample readme 5 年之前
..
android add sample 5 年之前
assets add sample 5 年之前
components add sample 5 年之前
ios add sample 5 年之前
.babelrc add sample 5 年之前
.buckconfig add sample 5 年之前
.flowconfig add sample 5 年之前
.gitattributes add sample 5 年之前
.gitignore add sample 5 年之前
.watchmanconfig add sample 5 年之前
App.js add sample 5 年之前
README.md docs. sample readme 5 年之前
README.zh.md docs. sample readme 5 年之前
app.json add sample 5 年之前
index.js add sample 5 年之前
package-lock.json add sample 5 年之前
package.json add sample 5 年之前
utils.js docs. sample readme 5 年之前
yarn.lock add sample 5 年之前

README.md

中文版本

Android Setup

Prerequisites

  • You should installed and linked react-native-agora
  • Android Studio
  • Android SDK
  • Reliable USB Cable
  • Android Device

Build

More details read the doc

  adb reverse tcp:8081 tcp:8081
  adb reverse tcp:8097 tcp:8097
  npm install
  npm run android

iOS Setup

Prerequisites

  • You should installed and linked react-native-agora
  • Xcode 10.0+
  • iOS Device
  • Reliable iOS Device Cable

Build

More details read the doc

  npm install
  npm run ios