Skip to content

fix(android): Resolve type mismatch error in ReactNativeLegalModuleImpl.kt#84

Merged
mateusz1913 merged 1 commit intocallstackincubator:mainfrom
edoko:fix/type-mismatch-error
Aug 7, 2025
Merged

fix(android): Resolve type mismatch error in ReactNativeLegalModuleImpl.kt#84
mateusz1913 merged 1 commit intocallstackincubator:mainfrom
edoko:fix/type-mismatch-error

Conversation

@edoko
Copy link
Copy Markdown
Contributor

@edoko edoko commented Aug 7, 2025

PR #33

Argument type mismatch error occurred when passing nullable List<Bundle>? to Arguments.fromList() expecting non-null.
This PR fixed it by adding explicit empty list fallback with emptyList()

Environment

  • Kotlin: 2.2.0
  • Android Gradle Plugin: 8.11.1

Copy link
Copy Markdown
Collaborator

@mateusz1913 mateusz1913 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mateusz1913 mateusz1913 merged commit d15752a into callstackincubator:main Aug 7, 2025
3 checks passed
@mateusz1913
Copy link
Copy Markdown
Collaborator

@edoko it's available in v1.4.1 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants