You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version of this library (5.0.2) with RN 0.77.2 you run into:
node_modules/react-native-blob-courier/android/src/main/java/io/deckers/blob_courier/upload/UploaderParameterFactory.kt:255:37 Argument type mismatch: actual type is 'kotlin.collections.Map<kotlin.String, kotlin.Any?>', but 'kotlin.collections.Map<kotlin.String, kotlin.Any>' was expected.
To Reproduce
Create a RN app using v0.77.2 (don't use Expo)
Add react-native-blob-courier
npm install
npm run android
Expected behavior
Shouldn't crash
Additional context
I think this might be due to the Kotlin version RN .77.2 uses (2.0.21)
The text was updated successfully, but these errors were encountered:
Hi @matiassalles99 , thank you for reaching out and reporting this bug! Unfortunately I do not have as much time to spare for this project as I used to have, so while it's still high on my wishlist to give it some love and polishing someday, I do not know when that will happen.
If you feel up to it: I'd love to make some time to review any fixes you provide through PR's and merge them.
Describe the bug
node_modules/react-native-blob-courier/android/src/main/java/io/deckers/blob_courier/upload/UploaderParameterFactory.kt:255:37 Argument type mismatch: actual type is 'kotlin.collections.Map<kotlin.String, kotlin.Any?>', but 'kotlin.collections.Map<kotlin.String, kotlin.Any>' was expected.
To Reproduce
npm install
npm run android
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: