Ignore "isMounted" warning

This commit is contained in:
Julia Friesel
2018-06-08 19:49:51 +02:00
parent 7852123d77
commit 5243dec09f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "./node_modules/.bin/react-native run-android",
"log": "./node_modules/.bin/react-native log-android",
"log": "./node_modules/.bin/react-native log-android | grep -v 'Warning: isMounted(...) is deprecated'",
"test": "mocha --recursive --require babel-core/register test && npm run lint",
"lint": "eslint app test"
},