A React Native module to interact with Apple Healthkit and Google Fit.
react-native-fitness is a library that enables interaction with Apple Healthkit and Google Fit on both iOS and Android platforms. It provides APIs to read steps count or distance count for a specified time period. The library is open for contributions in the form of new features or enhancements.
Getting started
npm install @ovalmoney/react-native-fitness --save
or
yarn add @ovalmoney/react-native-fitness
Automatic installation for iOS
pod 'libreact-native-fitness.a'
pod install in iOS project directory.libreact-native-fitness.a.Info.plist.Manual installation for iOS
libRNFitness.a.Android Installation
RNFitnessPackage to MainApplication.java.android/settings.gradle and android/app/build.gradle.react-native-fitness is a versatile library that allows developers to integrate fitness data from Apple Healthkit and Google Fit into their React Native applications. With clear installation guides and key features like cross-platform compatibility and access to fitness APIs, it provides a valuable tool for health and fitness app development. Developers can further contribute to the library by submitting new features or improvements through PRs.