# iddan/react-native-canvas

A Canvas component for React Native

Repository: https://github.com/iddan/react-native-canvas
Canonical: https://ross.abutalabs.com/products/react-native-canvas
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, canvas, native, javascript, graphics
Last push: 2024-06-02T10:23:51+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": 4164, "days_push": 822, "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 1018, forks 167 (observed 2026-08-28T04:03:14.922405+00:00)

## What it is
A React Native component that provides an HTML5-like Canvas API for drawing 2D graphics in mobile apps, implemented via a WebView bridge. It supports the standard CanvasRenderingContext2D, Image, and Path2D APIs with async method calls.

## Use cases
- draw 2d graphics in a react native app
- render charts or custom shapes on mobile
- use html5 canvas api in react native
- draw images and paths with canvas in react native
- generate canvas images and export as data url

## When to choose
- you need browser-compatible Canvas 2D drawing inside a React Native app
- you want to port existing canvas-based rendering code to mobile

## When to avoid
- you need high-performance native rendering or WebGL
- you are building for web only, where the native Canvas API exists
- you need a 3D context, which is not supported

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, graphics, image-processing
- domain: mobile-development, frontend, graphics
- platform: -
- tags: react-native, canvas, webview, 2d-graphics, drawing, mobile, ios, android, javascript, nodejs

## Member repositories
- iddan/react-native-canvas (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.922405+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-30T07:09:28.798949+00:00, confidence not recorded.
  - readme: https://github.com/iddan/react-native-canvas (fetched 2026-08-28T04:03:14.922405+00:00, sha bfb5f87f72da)
  - registry_npm: https://registry.npmjs.org/react-native-canvas (fetched 2026-08-29T13:09:55.953957+00:00, sha bdac8e6587a3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
