浏览代码

fix(jwt): import for mobile.

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

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

@@ -6,6 +6,7 @@ import { Linking } from 'react-native';
6 6
 
7 7
 import '../../analytics';
8 8
 import '../../authentication';
9
+import '../../base/jwt';
9 10
 import { Platform } from '../../base/react';
10 11
 import {
11 12
     AspectRatioDetector,

正在加载...
取消
保存