-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Describe the bug
- 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 installnpm 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)
Metadata
Metadata
Assignees
Labels
No labels