npm.io
0.1.2 • Published 10h ago

react-native-vroom-chart

Licence
MIT
Version
0.1.2
Deps
0
Size
326 kB
Vulns
0
Weekly
288

react-native-vroom-chart

React Native component for the vroom Skia candlestick chart.

import { VroomChart } from 'react-native-vroom-chart';

<VroomChart
  candles={candles}
  width={width}
  height={240}
  onCrosshair={(e) => console.log(e)}
/>

Peer dependencies

  • react-native ≥ 0.76
  • @shopify/react-native-skia ≥ 1.5 — provides the Skia runtime we draw into
  • react-native-gesture-handler ≥ 2.16 — long-press / pan / pinch recognition

Status

Pre-alpha. The TS layer renders a placeholder chart area with working gestures (long-press crosshair); the actual candle rendering will move to the C++ core (@vroomchart/core) via JSI once that bridge lands. See cpp/README.md.

Keywords