Currency Converter v1.0.0

Home Currency List About

React Native Basics: Build a Currency Converter

This is an example React Native project that implements a basics currency converter.

You can learn to build this app in the free course React Native Basics!

Installation

  • This project requires Expo. To install Expo follow these instructions.
  • Clone/download the project
  • From the project directory, run npm install or yarn install

Running

  • iOS: npm run ios/yarn run ios
  • Android: npm run android/yarn run android