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
       ]
197
       ]
198
     }
198
     }
199
   }
199
   }
200
-}
200
+}

+ 1
- 1
playground/src/screens/LifecycleScreen.js ファイルの表示

1
 const React = require('react');
1
 const React = require('react');
2
 const { Component } = require('react');
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
 const Navigation = require('react-native-navigation');
6
 const Navigation = require('react-native-navigation');
7
 const testIDs = require('../testIDs');
7
 const testIDs = require('../testIDs');