disable yellow box react native
console.disableYellowBox = true;
disable yellow box react native
console.disableYellowBox = true;
react native disable warnings
// for RN >= 0.63
// in your entry file (eg. App.tsx)
import { LogBox } from 'react-native';
// ignore warnings that start in a string that matchs any of
// the ones in the array
LogBox.ignoreLogs(["Require cycle:"])
hide warnings in expo app
console.disableYellowBox = true;
// add this is main component of react native application
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us