설명 없음
matrixbirds 9cd7e80fc3 docs. sample readme 6 년 전
..
android add sample 6 년 전
assets add sample 6 년 전
components add sample 6 년 전
ios add sample 6 년 전
.babelrc add sample 6 년 전
.buckconfig add sample 6 년 전
.flowconfig add sample 6 년 전
.gitattributes add sample 6 년 전
.gitignore add sample 6 년 전
.watchmanconfig add sample 6 년 전
App.js add sample 6 년 전
README.md docs. sample readme 6 년 전
README.zh.md docs. sample readme 6 년 전
app.json add sample 6 년 전
index.js add sample 6 년 전
package-lock.json add sample 6 년 전
package.json add sample 6 년 전
utils.js docs. sample readme 6 년 전
yarn.lock add sample 6 년 전

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