I was using expo-av and its setOnPlaybackStatusUpdate. Now when we are forced to migrate to expo-audio there is not an alternative to it. There is a hook useAudioPlayerStatus but that can be used in a React Component but not for example in Redux thunks. If there is the createAudioPlayer as an no-hook alternative for useAudioPlayer hook, why there is not a similar no-hook alternative for getting player status?