EasyQRCode-React-Native icon indicating copy to clipboard operation
EasyQRCode-React-Native copied to clipboard

Require cycle Error

Open salembaira opened this issue 3 years ago • 1 comments

Hello and thank you for the awesome job.

React-native throws this error which seems to indicate that your code has a require cycle. Could you fix this ?

Require cycle: node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\Canvas.js -> node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\ImageData.js -> node_modules\easyqrcode-react-native\node_modules\react-native-canvas\dist\Canvas.js

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.

salembaira avatar May 22 '22 22:05 salembaira

Hi, Baira, Thanks for your feedback.

But this error comes from the dependency library react-native-canvas. Sorry we can't fix it.

ushelp avatar Jul 20 '22 12:07 ushelp