Skip to content

PercipioDrew/expo-health-connect-example

Repository files navigation

Expo Health Connect Example

Warning

This is not a working example. This repository was published to reference in a GitHub Issue, and the purpose is to show how to recreate a bug.

Setup

This project requires NodeJS.

Run the following to install necessary dependencies:

npm install

Run the Mobile App

npx expo run:android --device

The above command will fail because the library does not work on Expo 50.

You can switch to branch expo-51, and follow the same steps (including npm install) and the application will work. You may need to also run rm -rf android to delete the generated cache directory.

Fix

The bug illustrated in this repository was fixed in Expo v50.0.21. It can be applied using the following commands:

npm install [email protected]
rm -rf android
npm run android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published