Skip to content

saheedt/CurrencyConverter

Repository files navigation

CurrencyConverter

A currency converter built with React Native. This appliction lets you specify a base currency and a destination/target currency to convert to. It uses currconv.com api for conversion.

Prerequisite (React native environment setup)

This step can be skipped if you already have React Native setup on your machine.

This link provides guide needed to setup all tools needed for React Native development, including how to target the two currently supported build platforms (iOS & Android)

Running on iOs simulator

  • Start up iOS simulator
  • Run react-native run-ios inside the newly created project directory. If everything is set up correctly, you should see your new app running in the iOS Simulator shortly.

Running on Android emulator

  • Start up Android emulator
  • Run react-native run-android inside the newly created project directory. If everything is set up correctly, you should see your new app running in the Android emulator shortly.

Running on physical device

This link provides steps to follow to run the app on Android & iOS devices

About

A currency converter built with React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published