Answers for "yellowbox disable"

6

remove yellow warning react native emulator

console.disableYellowBox = true;
//add it anywhere in any page to disable warnings in emulator
Posted by: Guest on February-18-2020
0

hide warnings in expo app

console.disableYellowBox = true;
// add this is main component of react native application
Posted by: Guest on July-26-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language