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.
- Host: GitHub
- URL: https://github.com/badjatya/currencyconverterapp
- Owner: badjatya
- Created: 2021-05-13T16:26:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T17:22:46.000Z (about 5 years ago)
- Last Synced: 2025-03-01T18:47:20.878Z (over 1 year ago)
- Topics: date-fns, expo-cli, react, react-native, react-native-component, react-native-navigation, react-native-vector-icons
- Language: JavaScript
- Homepage:
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`