Ignore "isMounted" warning
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user