瀏覽代碼

auto commit

app
jfinn 4 年之前
父節點
當前提交
f62ec2f9d0
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      react/index.native.js

+ 4
- 0
react/index.native.js 查看文件

@@ -1,5 +1,7 @@
1 1
 // @flow
2 2
 
3
+import '../mdev/conn';
4
+
3 5
 // Apply all necessary polyfills as early as possible to make sure anything imported henceforth
4 6
 // sees them.
5 7
 import './features/mobile/polyfills';
@@ -13,6 +15,8 @@ import JitsiThemePaperProvider
13 15
     from './features/base/ui/components/JitsiThemeProvider';
14 16
 import { IncomingCallApp } from './features/mobile/incoming-call';
15 17
 
18
+import '../mdev/ipost';
19
+
16 20
 declare var __DEV__;
17 21
 
18 22
 /**

Loading…
取消
儲存