Releases: matinzd/react-native-health-connect
Releases · matinzd/react-native-health-connect
v1.0.4
v1.0.3
What's Changed
- chore(docs): fix small typos in getting started & aggregate record by @aarlin in #22
- chore: app expo plugin configuration by @matinzd in #24
- fix(types): request permission return type by @matinzd in #25
From now on, you can utilize the Expo plugin bundled with the library, thus eliminating the need for androidManifestPlugin.js
. You can edit app.json
file like this:
{
"expo": {
"plugins": ["react-native-health-connect"]
}
}
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0.2 (2023-05-09)
Bug Fixes
- randomize request code for onActivityResult (0ddb47b)
- remove starting activity from app context (cef36fc)
What's Changed
- chore(docs): add documentation for handling permissions in Expo projects by @kader1303 in #20
New Contributors
- @kader1303 made their first contribution in #20
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v0.1.0-alpha.8
0.1.0-alpha.8 (2023-03-29)
Bug Fixes
- wrong string type (6c5bea9)
Features
- add heart rate variability rmssd record (4d14e8d)
- add height and distance record (5e687bc)
- add hydration record (689170b)
- add lean body mass and intermenstrual bleeding record (993dd99)
- add menstruation flow record (41472d3)
- add menstruation period record (1075fd8)
- add nutrition record (e844435)
- add ovulation test record (47e415d)
- add oxygen saturation record (d0265ec)
- add power record (6266e97)
- add read record function (13c8196)
- add respiratory rate record (cc1dd62)
- add resting heart rate record (caf9365)
- add sexual activity record (ede9337)
- add sleep session record (1fa62ef)
- add sleep stage record (4511e68)
- add speed record (22f777d)
- add steps cadence record (db1f8e3)
- add total calories burned record (406ff67)
- add vo2 max record (e0065d5)
- add weight record (2b203eb)
- add wheelchair pushes record (4aa9f93)