Introduction to React Native Health Connect
mainReact Native Health Connect is a wrapper around the Android Health Connect API. It provides a unified interface for React Native applications to read and write a user's health and fitness data on Android devices.
Key Considerations:
- Platform Support: This library is Android only.
- Health Connect Status: Health Connect is currently in its alpha channel. Developers should monitor the official Jetpack releases for updates.
- Permission Behavior: If a user declines a permission request twice, the app is permanently locked out from requesting those permissions again. You must handle these permission states gracefully in your UI.