Merged
Conversation
- add Android Nitro module with Kotlin view, Fabric state updater, and JNI bridge - share component descriptor/state logic so Fabric can hydrate props on Android - update TypeScript entrypoint, codegen pipeline, and example app for Android support
github-actions bot
pushed a commit
that referenced
this pull request
Oct 8, 2025
## [1.1.0-next.1](v1.0.3...v1.1.0-next.1) (2025-10-08) ### ✨ Features * add android support ([#49](#49)) ([369ad10](369ad10)) * **android:** add html support ([#52](#52)) ([ca1ffb0](ca1ffb0)) * **ios:** add html support ([#56](#56)) ([02f0a9c](02f0a9c)) ### 📚 Documentation * add CONTRIBUTING.md and issue templates for better community engagement ([#48](#48)) ([a213abe](a213abe)) * update README.md for improved clarity and formatting ([#59](#59)) ([dbe93aa](dbe93aa)) ### 🛠️ Other changes * bum up nitro 0.29.8 ([#57](#57)) ([e550832](e550832))
|
🎉 This PR is included in version 1.1.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR adds comprehensive Android support for the NitroText library. The implementation includes a complete Android Nitro module with Fabric integration, HTML rendering capabilities, and advanced text styling features.
Key Features Added:
<h1>-<h6>,<p>,<div>,<a>, etc.)Technical Implementation:
Type of Change
Testing
Example App Updates:
Checklist
Additional Notes