ソースを参照

Removed unused imports

Guy Carmeli 7 年 前
コミット
989c6b6b4e
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      example/src/screens/types/tabs/TabOne.js
  2. 1
    1
      example/src/screens/types/tabs/TabTwo.js

+ 1
- 1
example/src/screens/types/tabs/TabOne.js ファイルの表示

@@ -1,5 +1,5 @@
1 1
 import React from 'react';
2
-import {StyleSheet, View, Text, Dimensions, Button} from 'react-native';
2
+import {View, Text} from 'react-native';
3 3
 
4 4
 class TabOne extends React.Component {
5 5
 

+ 1
- 1
example/src/screens/types/tabs/TabTwo.js ファイルの表示

@@ -1,5 +1,5 @@
1 1
 import React from 'react';
2
-import {StyleSheet, View, Text, Dimensions, Button} from 'react-native';
2
+import {View, Text} from 'react-native';
3 3
 
4 4
 class TabOne extends React.Component {
5 5