Skip to content

clayrisser/react-native-ignore-warnings

Repository files navigation

react-native-ignore-warnings

NPM NPM GitHub stars

⚛️🤷⚠️ Ignore react native warnings and logs

Please ★ this repo if you found it useful ★ ★ ★

Features

  • Ignore warnings
  • Ignore logs
  • Ignore react native yellow box
  • Compatible with Expo

Installation

npm install --save react-native-ignore-warnings

Dependencies

Usage

import ignoreWarnings from 'react-native-ignore-warnings';

ignoreWarnings(['Watch your six', 'Mind the gap', 'Beware the ides of March']);

ignoreWarnings('error', ['The house is on fire', 'System failure']);

ignoreWarnings('log', 'Hello, world');

Support

Submit an issue

Contributing

Review the guidelines for contributing

License

Apache-2.0 License

Silicon Hills LLC © Copyright 2018-2021

Credits