/gas-oil-mixture-mobile

Mobile app which calculate gasoline/oil ratio for 2 stroke engines.

Primary LanguageJavaScript

Gas/Oil mix ratio calculator

Calculate the Gas/Oil mixture ratio. Quickly, easily and without ads.

App calculate the required amount of oil for proper fuel/oil mix in 2 stroke engine.

Google Play

https://play.google.com/store/apps/details?id=com.filippofilip.oilratiocalc

App preview

Developement

Installation

First clone this repo, then simply run $ yarn install or $ npm i

Developement

  1. Run developement server $ yarn start
  2. Build
    • run for Android $ yarn install:dev or $ react-native run-android
    • run for iOS $ react-native run-ios