clean code 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: how to clean react native project
cd android
gradlew clean