diff --git a/index.js b/index.js index fb278a556d..14d524cca2 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,6 @@ +import {LogBox} from 'react-native' +LogBox.ignoreLogs(['Require cycle:']) // suppress require-cycle warnings, it's fine + import 'platform/polyfills' import {registerRootComponent} from 'expo'