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 961da08 commit a137bcdCopy full SHA for a137bcd
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