jellyfin-archive / jellyfin-react-client

Next Generation Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
85 stars 30 forks source link

Investigate switching from react-native-web to react-native-dom. #6

Open EraYaN opened 5 years ago

EraYaN commented 5 years ago

This would allow us to use https://github.com/react-native-community/react-native-video, but I feel it might be quite involved to switch.

anthonylavado commented 5 years ago

Whoa that looks really good, including a method to get playback progress... that would solve some issues for Android using exoplayer as it is Cc @thornbill

EraYaN commented 5 years ago

ExoPlayer will also make sure all HDR and audio formats are properly passed through for Android TV devices.

mark-monteiro commented 4 years ago

I did some research on react-native-dom because I'm always interested in trying to keep up with the react ecosystem :)

The project sounds neat, but as of now development appears to be halted and more likely the project is dead entirely: https://github.com/vincentriemer/react-native-dom/issues/102#issuecomment-509022521.

The react-native-video component may still be a good solution, in combination with some sort of platform-specific exception for web.