Нема описа
matrixbirds 3a91bb2ee5 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