Simple unit converter app using React Native (only Android - because I don't have iOS device :v)
Home | UnitConversion |
---|---|
![]() |
![]() |
SideMenu | Home (vietnamese) |
---|---|
![]() |
![]() |
Clone this repo and run command to install all packages used:
$ yarn install
Next, run following command to create .apk file:
$ cd android
$ ./gradlew assembleRelease
Now, we have .apk in android/app/build/output/apk/release/app-release.apk
. Install app and enjoy.
- See in
package.json