MobilityHealth is the test app that reads and shows the mobility health data from iOS and Android interacting with Apple HealthKit and Google Fitness API.
yarn
or
npm install
react-native link
cd ios && pod install
You will need an Android device to run the app. This can be either a physical Android device, or more commonly, you can use an Android Virtual Device which allows you to emulate and Android device on your computer. Either way, you will need to prepare the device to run Android apps for development.
npx react-native start
npx react-native run-android
npx react-native run-ios