Skip to content

Releases: kingstinct/react-native-motion-activity-tracker

v1.0.0 Breaking Changes: - Removed getHistoricalDataIOS. - Introduced getHistoricalData as a replacement for getHistoricalDataIOS. New Features: - Made endDate optional for getHistoricalData. Defaults to new Date() if not provided. - Added fallback implementations for unsupported platforms.

02 Dec 12:51
Compare
Choose a tag to compare

v0.2.0 Automatically add required motion activity permissions (NSMotionUsageDescription for iOS and android.permission.ACTIVITY_RECOGNITION for Android) when using the library. Added unit tests to verify the behavior of config plugins.

22 Nov 13:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/kingstinct/react-native-motion-activity-tracker/commits/v0.2.0