0.2.0 • Published 3 years ago

react-native-ignore-warnings v0.2.0

Weekly downloads
115
License
Apache-2.0
Repository
github
Last release
3 years ago

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