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.
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)
- 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.
- 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.
This link provides steps to follow to run the app on Android & iOS devices