3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

agora.io Video SDK for React Native クイックスタートガイド

Last updated at Posted at 2019-06-14

#概要
agora.ioではReactNativeを利用した開発が可能です。
コミュニティで公開されているサンプルを元にビルドしてみたのでメモとして公開します。
(Reactがなかなか素直に動いてくれず苦労しました。。。)

サンプル

#ビルド方法
1.上記サンプルプロジェクトをダウンロード
2.ファイルの展開
3.プロジェクトのルートフォルダへ移動
4.パッケージの追加

$ npm i
$ react-native link

5.local.propertiesを作成
6.utils.jsにAPP IDを追記

utils.js

export const APPID = '***';

7.実機ビルド

$ react-native run-android --deviceId ***

#アプリの画面
###入室前
Screenshot_20190613-193056.png
###入室後
Screenshot_20190613-193114.png

##最後に
agora.ioに関するお問い合わせはこちらから
スクリーンショット 0001-08-15 13.41.56.png

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?