Skip to content

Fix Android IterableApi resolution for new architecture (RN 0.76+)#842

Closed
franco-zalamena-iterable wants to merge 1 commit intoIterable:masterfrom
franco-zalamena-iterable:fix/793-android-unresolved-iterableapi
Closed

Fix Android IterableApi resolution for new architecture (RN 0.76+)#842
franco-zalamena-iterable wants to merge 1 commit intoIterable:masterfrom
franco-zalamena-iterable:fix/793-android-unresolved-iterableapi

Conversation

@franco-zalamena-iterable
Copy link
Copy Markdown

@franco-zalamena-iterable franco-zalamena-iterable commented Apr 7, 2026

Summary

  • Fix IterableApi accessibility from MainApplication.kt with new architecture
  • Update documentation for correct setup with RN 0.76+ and Expo 52

Test plan

  • Build Android with new architecture enabled
  • Verify IterableApi is resolvable from MainApplication.kt

🤖 Generated with Claude Code

…le#793)

Users on RN 0.76+ with new architecture could not resolve IterableApi
from MainApplication.kt. The SDK now automatically calls setContext()
during native module registration, removing the need for manual setup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@franco-zalamena-iterable franco-zalamena-iterable deleted the fix/793-android-unresolved-iterableapi branch April 8, 2026 14:49
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.

1 participant