Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Created October 3, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanmtz/d78cbf5b14eb55e66ee559f4c2e30ccf to your computer and use it in GitHub Desktop.
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
console.disableYellowBox = true;
// console.ignoredYellowBox = ['Warning:'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment