abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

Require cycle #112

Open haofeng123 opened 5 years ago

haofeng123 commented 5 years ago

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2019-03-13 10:16:09.124214+0800 nwhhapp[25923:111182] Require cycle: node_modules/react-native-af-video-player/components/index.js -> node_modules/react-native-af-video-player/components/ControlBar.js -> node_modules/react-native-af-video-player/components/index.js

tarungomile commented 4 years ago

Any update on this ?