From ed656633bc963e2aafca327a46f026303ad6f5fe Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Thu, 26 Mar 2015 10:32:15 -0700 Subject: [PATCH] Fix some lint. --- .eslintrc | 1 + Examples/Movies/SearchScreen.js | 3 +-- Examples/UIExplorer/UIExplorerList.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintrc b/.eslintrc index 9dd9df8a4..8de521e66 100644 --- a/.eslintrc +++ b/.eslintrc @@ -20,6 +20,7 @@ "jest": false, "Map": true, "module": false, + "navigator": false, "process": false, "Promise": true, "requestAnimationFrame": true, diff --git a/Examples/Movies/SearchScreen.js b/Examples/Movies/SearchScreen.js index b845c03a8..ad6c518ae 100644 --- a/Examples/Movies/SearchScreen.js +++ b/Examples/Movies/SearchScreen.js @@ -12,9 +12,8 @@ var React = require('react-native'); var { - ListView, - ScrollView, ActivityIndicatorIOS, + ListView, StyleSheet, Text, TextInput, diff --git a/Examples/UIExplorer/UIExplorerList.js b/Examples/UIExplorer/UIExplorerList.js index 037fb3dcd..8d7538508 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -15,7 +15,6 @@ var { AppRegistry, ListView, PixelRatio, - ScrollView, StyleSheet, Text, TextInput,