v1.0.0
[1.0.0] - 2026-06-04
Initial public release.
Added
LiveChart— single-series line/candlestick chart with scrubbing, badges, trade
markers, momentum detection, and degen effects.LiveChartSeries— multi-series line chart with a toggleable legend, per-series live
dots, value lines, and a crosshair.LiveChartTransition— helper for animating between chart states.- Hooks:
useDegen,useTradeStream. - Utilities:
formatTime,formatValue,MONO_FONT_FAMILY. - Light/dark theming with accent-driven palettes; loading (breathing-line) and paused
states.
Packaging
- The package ships TypeScript source (
src/); your app's Metro + Babel pipeline
compiles it with your own Reanimated/Worklets version.dist/contains only.d.ts
declarations — there is no precompiled runtimedist/*.js.