// 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:"])
import { LogBox } from 'react-native';
LogBox.ignoreAllLogs();//Ignore all log notifications