Skip to content

Commit

Permalink
REF: disable some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Jul 6, 2020
1 parent 27bcdc7 commit 12e2105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, { useEffect } from 'react';
import './shim.js';
import { AppRegistry } from 'react-native';
import { AppRegistry, YellowBox } from 'react-native';
import App from './App';
YellowBox.ignoreWarnings(['Require cycle', 'Non-serializable values were', "Can't perform a React state update", '{"code":404']);

const A = require('./blue_modules/analytics');

Expand Down

0 comments on commit 12e2105

Please sign in to comment.