Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 474 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 474 Bytes

In order to run this app, you need to set up following:

  • Install NPM

    • Linux
    sudo apt install nodejs
    • Mac
    brew install node
  • Install Yarn:

npm install --global yarn  
  • Install Expo CLI
npm install --global expo-cli
expo register
expo login
  • Install following NPM modules:
yarn add react-native-chart-kit
yarn add react-native-svg
  • Run Expo app:
yarn start

In order to