Created
October 3, 2019 09:33
-
-
Save alexanmtz/d78cbf5b14eb55e66ee559f4c2e30ccf to your computer and use it in GitHub Desktop.
A simple line to disable yellow warnings when debugging React Native apps. You can place anywhere in your React Native application if want to test. You have an option to disable different levels that you can use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.disableYellowBox = true; | |
// console.ignoredYellowBox = ['Warning:']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment