TIL that when you use expo-audio, it’s critical to call release() on any audio instances during cleanup. It’s mentioned in the docs that it’s important, but the release() method isn’t listed in the documented methods, which led to a bit of confusion on our team and a really weird bug (audio playback continued on Android even after closing the app)