diff --git a/.eslintrc b/.eslintrc index 9dd9df8a406..8de521e669e 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 b845c03a829..ad6c518ae39 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 037fb3dcdb5..8d7538508be 100644 --- a/Examples/UIExplorer/UIExplorerList.js +++ b/Examples/UIExplorer/UIExplorerList.js @@ -15,7 +15,6 @@ var { AppRegistry, ListView, PixelRatio, - ScrollView, StyleSheet, Text, TextInput,