Disable the 'require cycle' warning

This commit is contained in:
Paul Frazee
2023-03-08 14:32:11 -06:00
parent 7c481c343e
commit 15a18d9dd3
+3
View File
@@ -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'