"apsl-react-native-button": "^3.1.1",
"crypto-js": "^3.1.9-1",
"moment": "^2.24.0",
"react": "16.6.3",
"react-native": "0.58.5",
"react-native-actionsheet": "^2.4.2",
"react-native-contacts": "^3.1.4",
"react-native-device-info": "^0.26.4",
"react-native-fast-image": "^5.2.0",
"react-native-gesture-handler": "^1.0.16",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-progress": "^3.5.0",
"react-native-root-toast": "^3.0.2",
"react-native-splash-screen": "^3.2.0",
"react-native-storage": "^1.0.0-beta.1",
"react-native-swiper": "^1.5.14",
"react-native-webview": "^5.3.1",
"react-navigation": "^3.3.2"
Require cycle: node_modules\react-native\Libraries\Network\fetch.js -> node_modules\react-native\Libraries\Network\fetch.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
the warning is only appear when stop DebugJS Remotely, and then fetch(uri,init) is not working
for me after migrating to sdk 34 its happening in:
require.js:114 Require cycle: node_modules/@unimodules/react-native-adapter/build/index.js -> node_modules/@unimodules/react-native-adapter/build/errors/UnavailabilityError.js -> node_modules/@unimodules/react-native-adapter/build/index.js
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
+1 the same with expo sdk34
Most helpful comment
for me after migrating to sdk 34 its happening in: