remove yellow warning react native 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;