react-native-modals icon indicating copy to clipboard operation
react-native-modals copied to clipboard

RequireCycle warning

Open swalahamani opened this issue 5 years ago • 2 comments

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",
    .
    .
}

swalahamani avatar Jul 07 '20 12:07 swalahamani

I have the same issue.

anyway2019 avatar Sep 12 '20 19:09 anyway2019

me to.

ownsupernoob2 avatar Apr 09 '21 13:04 ownsupernoob2