Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
|
I've pushed the changes I made to get the exampletv app to https://github.com/Vashiru/react-native-audio-pro/tree/feature/support_react_native_tvos. The exampletv app is functionally identical to the example app, minus the slider. I'm not creating a PR (yet) as I don't know if this is a welcome change to the codebase or not. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, Thanks for taking the time to contribute and raise this.
If you’d like to continue this work, please feel free to fork the repository and maintain your own version. Thanks everyone 🙂 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use react-native-audio-pro in a react-native tv app using react-native-tvos.
From what I've gathered, Apple TV / Android TV are (mostly) compatible with iOS / Android under the hood.
So far from my testing, that appears to be correct. I've manipulated the Podspec locally to
s.platforms = { :ios => min_ios_version_supported, :tvos => min_ios_version_supported }to get it to install for react-native-tvos and managed to play a livestream from the web usingAudioPro.play()using the Simulator. Although thestatefromuseAudioPro()seems to be permanently stuck onIDLE.I've not tried Android yet, but I was hoping to see what thoughts are on this subject seeing as react-native-track-player currently doesn't support new architecture yet and I don't see any official stance on it nor on the roadmap.
Beta Was this translation helpful? Give feedback.
All reactions