Scott Spuler

Results 45 comments of Scott Spuler

I use [TaskTimer](https://github.com/onury/tasktimer) as a workaround until this is fixed. It's not ideal, but it works.

The way I've dealt with it is to set a threshold of how much time should be left when I trigger the onEnd function. The status update gets called on...

> It looks like another possible workaround is to use the video codec to play audio files. That's interesting. Could you please explain what you mean a bit more? Are...

I was using the imperative API for Audio, and it doesn't look like there's a corollary for Video. For example, I was doing something like this: const playbackObject = await...

This is still an issue. I'm beginning to think it'll never be dealt with.

Also, in iOS dev client, triggering a manual notification via `Notifications.scheduleNotificationAsync()` does nothing. Running the same code on Android causes the notification to occur as expected.