This app is a part of an article
Make your custom charts with react-native-svg-charts and typescript. Step-by-step tutorial
- Clone the repo
- Run
yarn
from the root - Run
cd ios && pod install && cd ..
- Run the metro with
yarn start
- Open the app either in a simulator with
yarn ios
/yarn android
or on a physical device - Use the examples in your project 😄