Wearable FIT mobile app for connecting smartwatches and processing health data
First, verify if you have:
- Install
Node@16.15.0
or latest;
To install, follow these steps:
npm install
To run on Android:
expo run android
To run on IOS:
expo run ios
To run on Web:
expo run web