浏览代码

fixed e2e

Daniel Zlotin 7 年前
父节点
当前提交
6d9287ed0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/src/screens/CustomDialog.js

+ 1
- 1
playground/src/screens/CustomDialog.js 查看文件

2
 const { PureComponent } = require('react');
2
 const { PureComponent } = require('react');
3
 
3
 
4
 const { Text, Button, View, Alert, Platform } = require('react-native');
4
 const { Text, Button, View, Alert, Platform } = require('react-native');
5
-const Navigation = require('react-native-navigation');
5
+const { Navigation } = require('react-native-navigation');
6
 
6
 
7
 const testIDs = require('../testIDs');
7
 const testIDs = require('../testIDs');
8
 
8