We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7b10b commit 3d147b2Copy full SHA for 3d147b2
react-native.config.js
@@ -5,7 +5,7 @@ const pc = require('picocolors');
5
6
const log = {
7
error: (text) => console.log(pc.red(text)),
8
- warning: (text) => console.log('⚠️ ' + pc.yellow(text)),
+ warning: (text) => console.log(pc.yellow(text)),
9
};
10
11
module.exports = {
0 commit comments