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!
- This project requires Expo. To install Expo follow these instructions.
- Clone/download the project
- From the project directory, run
npm install
oryarn install
- iOS:
npm run ios
/yarn run ios
- Android:
npm run android
/yarn run android