Please provide the following:
- SDK Version: 45
- Platforms(Android/iOS/web/all): Android
- Expo-av
Receiving error related to pausing audio with expo-av after upgrading to SDK 45.
[Unhandled promise rejection: Error: Encountered an exception while calling native method: Exception occurred while executing exported method setAudioMode on module ExponentAV: Player is accessed on the wrong thread. See Redirecting…]
The audio will play, but throws this error when attempting to pause it using:
await sound.pauseAsync();