Skip to content

React Native component library for trading and fintech

Notifications You must be signed in to change notification settings

lightfin-io/react-native

Repository files navigation

Lightfin

This library is currently in alpha.

React Native component library for trading and fintech.

  • Open source
  • Customizable
  • Native performance: uses Skia under the hood

Installation

Install @shopify/react-native-skia in your project.

Then install this library:

yarn add @lightfin/react-native

Components

Orderbook

Orderbook

Orderbook Documentation

Market Depth Chart

Market Depth Chart

Market Depth Chart Documentation

Running the demo app

  1. Clone this repo.
  2. Run yarn install
  3. Make sure you have an iOS simulator (via XCode) or Android simulator (via Android Studio) set up and then run yarn ios or yarn android