every time I run my react project, I have hundreds of yellow warning coming on my Terminal. impossible to see any console.log()
I know, I am fixing them however it is talking time and I need to see a clean terminal when I am working on other thing.
I do no have a yellowwood on my simulated device as I disabled it using console.disableYellowBox = true;
I tried
YellowBox.ignoreWarnings(['Warning: ReactNative.createElement'])
console.ignoredYellowBox = ['Warning: ReactNative.createElement'];
``` in my index.js without success
I am using
react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",