소스 검색

fixed e2e

Daniel Zlotin 6 년 전
부모
커밋
6d9287ed0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/src/screens/CustomDialog.js

+ 1
- 1
playground/src/screens/CustomDialog.js 파일 보기

@@ -2,7 +2,7 @@ const React = require('react');
2 2
 const { PureComponent } = require('react');
3 3
 
4 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 7
 const testIDs = require('../testIDs');
8 8