Gav Richards
Gav Richards
It does look like it sadly. The only comparable alternative I've found is https://github.com/hyochan/react-native-audio-recorder-player
I've been attempting to debug this. I've traced the metadata through to [KotlinAudio's NotificationManager class](https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/notification/NotificationManager.kt). The [notificationMetadata property](https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/notification/NotificationManager.kt#L24) is set with the artist, title and artworkUrl. If you insert a...
I've stumbled on a fix, but I don't fully understand how/why it works. It involves [this section here](https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/players/QueuedAudioPlayer.kt#L182). If you change: ``` fun replaceItem(index: Int, item: AudioItem) { val mediaSource...
@jspizziri I'll give it a quick try now.
> I updated to RNTP v3.2 and this issue is still happening. The PR https://github.com/doublesymmetry/KotlinAudio/pull/52 hasn't been reviewed yet, so the bug is still present.
Still very much an issue, shouldn't have been closed.
I was facing this when trying to build React Native Android apps. The fix I stumbled on which works for me was to edit `(project root)/android/gradlew` and update the first...
On iOS, the whole screen just goes white when you tap to open the drawer. This is with: - react-native 0.71.8 - @react-navigation/native 6.1.6 - @react-navigation/drawer 6.6.2 - @react-navigation/stack 6.3.16...
Any chance we could stop with the "same here" comments please? I've subscribed to this thread, to be notified when there's a fix. I don't see how it's helpful.
In the current `nightly`, artist and title is now working, but the artwork no longer updates, getting stuck on the initial image for the track.