Skip to content

Instantly share code, notes, and snippets.

@jorgemasta
Created June 23, 2020 14:53
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 jorgemasta/10a7512d959e6a89af50e2781912386a to your computer and use it in GitHub Desktop.
Save jorgemasta/10a7512d959e6a89af50e2781912386a to your computer and use it in GitHub Desktop.
Disable yellow warning in React Native
console.disableYellowBox = true;
// Your react-native app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment