An open API service indexing awesome lists of open source software.

https://github.com/badjatya/currencyconverterapp

This is an example React Native project that implements a basics currency converter.
https://github.com/badjatya/currencyconverterapp

date-fns expo-cli react react-native react-native-component react-native-navigation react-native-vector-icons

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# React Native Basics: Build a Currency Converter

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

## Installation

- This project requires Expo. To install Expo follow [these instructions](https://expo.io/learn).
- 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`