A simple crypto tracker app made with React Native(typescript) and tested on Android using CoinGecko API
cryptoTrackerDemo.mp4
Follow the instructions in the react native environment setup guide.
Then run
npm install
to install the npm packages.
Launch the project through the following commands:
npx react-native start
and then
npx react-native run-android