doublesymmetry / KotlinAudio

KotlinAudio is an Android audio player written in Kotlin, making it simpler to work with audio playback from streams and files.
Apache License 2.0
44 stars 70 forks source link

Coil 2.2.0 is Not compatible with RN 0.64.4 #96

Closed Asoundaccount closed 11 months ago

Asoundaccount commented 11 months ago

Due to this compatibility issue, if I install RNTP 4.0, all fetches in the app will fail and the app will crash. If I go back to the previous version, 1.4.0, the problem will not occur.

dcvz commented 11 months ago

Due to this compatibility issue, if I install RNTP 4.0, all fetches in the app will fail and the app will crash. If I go back to the previous version, 1.4.0, the problem will not occur.

Is it because another library you’re using uses a different version?

Asoundaccount commented 11 months ago

I removed all code and fetched from RN. It just crashes on all network communications. I change the coil version and build kotlin audio. l can solve this problem.

Asoundaccount commented 11 months ago

If I were to guess from logcat, it seems to be a problem with the okhttp version.