A React Native study to calculate the most advantageous option between ethanol/gasoline.
- Install expo-cli (if you haven't it yet)
yarn global add expo-cli
ornpm install --global expo-cli
. - Install dependencies using
yarn
ornpm i
. - Finally run project using
expo start
.