Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 238 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 238 Bytes

Water Tracker

A simple React Native implementation for tracking water daily.

Scheme

Install packages:

$ yarn install
$ cd ios && pod install && cd ..

Run dev:

$ yarn ios
$ yarn android