标签: javascript node.js react-native npm expo
如何在我的npm控制台中禁用恼人的黄色警告? 由于大量的警告输出,我们无法看到自己的console.log输出。
我已尝试过:
console.disableYellowBox = true; console.ignoredYellowBox = true;
但这有助于在EXPO开发者应用中禁用警告。
EXPO