requiere ciclo deshabilitar la advertencia react nativo

import { LogBox } from 'react-native';

LogBox.ignoreLogs(['Require cycle:'])
Weary Wren