Skip to content

Commit e99ba12

Browse files
committed
Enable yellow box
1 parent 481281e commit e99ba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/App/Root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (process.env.NODE_ENV === 'production') {
4646
});
4747
}
4848

49-
console.disableYellowBox = true;
49+
// console.disableYellowBox = true;
5050

5151
class Root extends Component {
5252
render() {

0 commit comments

Comments
 (0)