> I confirm this issue @paulrinaldi @KrzysztofMoch I think this should be solved by using following doc: https://docs.expo.dev/modules/autolinking/ But monorepo should be better to apply it :/ let ...
Yeah this could be implemented as @freeboub suggests.
The way the exoplayer lets us keep track of state is by `isPlayingChanged` events in any class that implements `Player.Listener` (in rnv, the ...
"Note: If you use ExoPlayer, consider letting ExoPlayer automatically manage audio focus by calling [setAudioAttributes](https://developer.android.com/reference/androidx/media3/exoplayer/ExoPlayer#...
I let exoplayer handle its own interruptions and just use the playback state change handler to ensure my external video controls nearby the player component to be synced on Android. Unfortunately, ...