A currency changing app for android in #React-Native
- Changes Indian Rupees value into different Currency values
-
To start metro server run:
npx react-native start -
To run app in android run:
npx react-native run-android -
To create build apk
npx react-native run-android --variant=release
