Skip to content

Sumeru / #793 - Fix Android unresolved IterableApi reference#838

Open
sumeruchat wants to merge 1 commit intomasterfrom
sumeru/793-android-unresolved-iterable-reference
Open

Sumeru / #793 - Fix Android unresolved IterableApi reference#838
sumeruchat wants to merge 1 commit intomasterfrom
sumeru/793-android-unresolved-iterable-reference

Conversation

@sumeruchat
Copy link
Copy Markdown

Summary

  • Move RNIterableAPIModule.java (both newarch and oldarch) to correct package directory (com/iterable/reactnative/) matching the declared package name
  • Add IterableApi.setContext(this) to example app's MainApplication.kt

Test plan

  • Build Android with new architecture enabled
  • Verify IterableApi is properly accessible in MainApplication.kt
  • Test backward compatibility with old architecture

🤖 Generated with Claude Code

Move RNIterableAPIModule.java to correct package directory
(com/iterable/reactnative/) matching the declared package name.
Add IterableApi.setContext(this) to example app MainApplication.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@sumeruchat sumeruchat changed the title #793 Fix Android unresolved IterableApi reference Sumeru/#793 Fix Android unresolved IterableApi reference Apr 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Lines Statements Branches Functions
Coverage: 63%
63.07% (398/631) 40.07% (103/257) 61.5% (139/226)

@qltysh
Copy link
Copy Markdown

qltysh bot commented Apr 7, 2026

Qlty

Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@qltysh
Copy link
Copy Markdown

qltysh bot commented Apr 7, 2026

10 new issues

Tool Category Rule Count
qlty Structure Function with many parameters (count = 4): initializeWithApiKey 10

@sumeruchat sumeruchat self-assigned this Apr 7, 2026
@sumeruchat sumeruchat changed the title Sumeru/#793 Fix Android unresolved IterableApi reference Sumeru / #793 - Fix Android unresolved IterableApi reference Apr 7, 2026
@sumeruchat sumeruchat added the Experimental Experimental fix generated by AI label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Experimental Experimental fix generated by AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants