Skip to content

Commit

Permalink
Ignore yellow popup from timer warning
Browse files Browse the repository at this point in the history
Warning comes from 'firebase'; it is a known problem.
  • Loading branch information
sgirvan committed Dec 4, 2017
1 parent 61a374a commit 973ff36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export default class App extends Component {
constructor(props) {
super(props);

console.ignoredYellowBox = [
'Setting a timer'
]

var config = {
apiKey: "AIzaSyA7jvpayAPe8W7mnUSY2utM9puTkScziZc",
authDomain: "mijmfsl.firebaseapp.com",
Expand Down

0 comments on commit 973ff36

Please sign in to comment.