@lightfin/react-native
v0.0.4
Published
React Native component library for trading and fintech
Downloads
6
Maintainers
Readme
Lightfin
A React Native component library for trading and fintech.
- Open source
- Customizable
- Lightweight & performant
Installation
yarn install @lightfin/react-native
Components
- Orderbook
- Market Depth Chart
- Price Chart (coming soon)
Orderbook
Market Depth Chart
Market Depth Chart Documentation
Running the demo app
- Clone this repo.
- Run
yarn install
- Make sure you have an iOS simulator (via XCode) or Android simulator (via Android Studio) set up and then run
yarn ios
oryarn android