Browse Source

auto commit

app
jfinn 4 years ago
parent
commit
f62ec2f9d0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      react/index.native.js

+ 4
- 0
react/index.native.js View File

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

Loading…
Cancel
Save