how to display all the warning in react native expo code example
Example 1: remove yellow warning react native emulator
console.disableYellowBox = true;
//add it anywhere in any page to disable warnings in emulator
Example 2: disable yellow box react native
console.disableYellowBox = true;