react-native-modals
react-native-modals copied to clipboard
RequireCycle warning
I'm getting a warning
Require cycle: node_modules/react-native-popup-dialog/dist/type.js -> node_modules/react-native-popup-dialog/dist/components/DialogButton.js -> node_modules/react-native-popup-dialog/dist/type.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Using version: 0.18.3
//package.json
{
.
"react": "16.9.0",
"react-native": "0.61.5",
.
.
"react-native-popup-dialog": "^0.18.3",
.
.
}
I have the same issue.
me to.