설명 없음
matrixbirds 7425f72944 add sample 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 add sample 5 년 전
README.zh.md add sample 5 년 전
app.json add sample 5 년 전
index.js add sample 5 년 전
package-lock.json add sample 5 년 전
package.json add sample 5 년 전
utils.js add sample 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

  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

  npm install
  npm run ios