# jsdf/react-native-htmlview

A React Native component which renders HTML content as native views

Repository: https://github.com/jsdf/react-native-htmlview
Canonical: https://ross.abutalabs.com/products/react-native-htmlview
Language: JavaScript
License: ISC
License Family: permissive
Topics: react, react-native, html, html-parser, html-renderer, react-component
Last push: 2024-06-11T10:36:24+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4172, "days_push": 813, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2748, forks 451 (observed 2026-08-28T04:07:17.776304+00:00)

## What it is
A React Native component that renders HTML content as native mobile views instead of a WebView. It supports customizable styles per HTML tag, custom link handling, and custom node rendering via htmlparser2.

## Use cases
- render html content in a react native app
- display html comments as native views
- customize how html links are handled on mobile
- style html tags in react native
- render html without a webview
- parse and render html strings in react native

## When to choose
- you need to display simple HTML content (comments, articles, feeds) as native views in React Native
- you want per-tag styling and custom link press handling
- you want to avoid the overhead of a WebView

## When to avoid
- you need full web rendering fidelity, JavaScript execution, or complex embedded content - use a WebView instead
- you need server-side or web (non-mobile) HTML rendering
- you need actively developed features; the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, ui-components, templating
- domain: mobile-development, frontend, web-development
- platform: -
- tags: react-native, html-rendering, html-parser, react-component, native-views, mobile, ios, android, javascript

## Member repositories
- jsdf/react-native-htmlview (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:17.776304+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:19:00.203620+00:00, confidence not recorded.
  - readme: https://github.com/jsdf/react-native-htmlview (fetched 2026-08-28T04:07:17.776304+00:00, sha 3d5ef2eddd0d)
  - registry_npm: https://registry.npmjs.org/react-native-htmlview (fetched 2026-08-29T09:57:10.440411+00:00, sha 4eef914d8ef7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
