Browse Source

fix tests

Daniel Zlotin 6 years ago
parent
commit
c461d05f6f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      playground/src/screens/LifecycleScreen.js

+ 1
- 1
package.json View File

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

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

@@ -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');