浏览代码

[RN] Fix streaming on mobile (#3351)

master
Zoltan Bettenbuk 7 年前
父节点
当前提交
b978851a0f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      react/features/app/components/App.native.js

+ 1
- 0
react/features/app/components/App.native.js 查看文件

@@ -11,6 +11,7 @@ import {
11 11
     AspectRatioDetector,
12 12
     ReducedUIDetector
13 13
 } from '../../base/responsive-ui';
14
+import '../../google-api';
14 15
 import '../../mobile/audio-mode';
15 16
 import '../../mobile/background';
16 17
 import '../../mobile/callkit';

正在加载...
取消
保存