소스 검색

fix tests

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

+ 1
- 1
package.json 파일 보기

@@ -197,4 +197,4 @@
197 197
       ]
198 198
     }
199 199
   }
200
-}
200
+}

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

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