react-native-ignore-warnings
v0.2.0
Published
⚛️🤷⚠️ Ignore react native warnings and logs
Downloads
70
Maintainers
Readme
react-native-ignore-warnings
⚛️🤷⚠️ 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
Silicon Hills LLC © Copyright 2018-2021
Credits
- Clay Risser - Author