In my React Native App, I'm using the React Native Track Player package with version: `"react-native-track-player": "1.1.4". This version has a bug on iOS which mentioned in this link: App freezes when buffering a new track
I've upgraded to higher version, but unfortunately, they are not compatible with my "react-native-video": "^4.4.5"
, I can not build app on Android, just the track-player: 1.1.4
work with it.
So I think I need to implement something like 2 version of "react-native-track-player", on Android is: "1.1.4" and iOS is "1.1.8". Is there anyway to do that ?