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