react-native disable console.warn code example
Example: hide warnings in expo app
console.disableYellowBox = true;
// add this is main component of react native application
console.disableYellowBox = true;
// add this is main component of react native application