-
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