hi. I have a app that use react native youtube iframe and react native track player. i need to use both them at the same time but on ios they can't work together, one of them have to stop. android works perfectly but ios gives me problem. is there anyway for working these two library together?
You could test out various settings for iosCategory, iosCategoryOptions, and iosCategoryMode.
https://react-native-track-player.js.org/documentation/#setupplayeroptions
Not sure if they will help.
mixWithOthers option worked like a charm. thanks