clayrisser / react-native-ignore-warnings

⚛️🤷⚠️ Ignore react native warnings and logs

Home Page:https://siliconhills.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

⚛️🤷⚠️ Ignore react native warnings and logs

https://siliconhills.dev

License:Apache License 2.0


Languages

Language:Makefile 67.5%Language:JavaScript 18.7%Language:TypeScript 12.9%Language:Nix 1.0%