Relative Content

Tag Archive for reactjsreact-nativeaudioexpoexpo-av

Expo-AV onPlaybackStatusUpdate Not Firing Consistently on Android After Upgrading to SDK 51

Problem Description: I recently upgraded my Expo project from SDK 49 to SDK 51, and I’m facing an issue with the onPlaybackStatusUpdate callback in the expo-av library. Prior to the upgrade, everything was working fine on both iOS and Android. However, after upgrading, the onPlaybackStatusUpdate callback only fires when I start or stop playback on Android, but it works correctly on iOS.