diff --git a/app/components/routes/project-details.js b/app/components/routes/project-details.js index 70a7e80..05d5b93 100644 --- a/app/components/routes/project-details.js +++ b/app/components/routes/project-details.js @@ -8,7 +8,6 @@ import _ from 'underscore'; const { StyleSheet, View, - BackAndroid, Text, } = React; diff --git a/package.json b/package.json index 8220032..38489b5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "babel-eslint": "=5.0.0", "eslint": "=1.10.3", "eslint-config": "git://github.com/oleous/eslint-config.git", - "eslint-plugin-react": "=4.1.0", + "eslint-plugin-react": "=3.14.0", "eslint-plugin-react-native": "=1.0.0", "rnpm": "^1.4.1" }