Browse Source

fixed e2e

Daniel Zlotin 7 years ago
parent
commit
6d9287ed0f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/screens/CustomDialog.js

+ 1
- 1
playground/src/screens/CustomDialog.js View File

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