abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

iOS app freezes when loading video #67

Open jeffmon opened 6 years ago

jeffmon commented 6 years ago

react-native-af-video-player version: 0.2.1 React Native version: 0.55.2 OS: iOS

When loading a video in iOS, the whole app freezes a few seconds before the video loads: https://github.com/react-native-community/react-native-video/pull/1113. I believe this is fixed in the latest version of react-native-video. Could we get the react-native-video dependency updated?

kodayashi commented 6 years ago

Is there any plan on updating react-native-video? We're also seeing this.

jeffmon commented 6 years ago

@kodayashi Forked and upgraded react-native-video here: https://github.com/agathongroup/react-native-af-video-player, does not freeze anymore.

kodayashi commented 6 years ago

Thanks @jeffmon that worked - Do you know who the maintainer is for this project? Your changes could easily be merged via a PR w/o conflict. Wasn't sure who to ping on that. Nice work!