react-native-fitness icon indicating copy to clipboard operation
react-native-fitness copied to clipboard

How to use google fit without download the google fit app in android device?

Open GuleriaAshish opened this issue 4 years ago • 1 comments

I am using the react-native-fitness version 0.4.0 and react-native version 0.63.2. I am getting an empty array in return of calling getCalories function until i install Google Fit app on my android phone. I don't want to install google fit app, but without it function returns me empty array. There must be a way around, Please suggest.

GuleriaAshish avatar Sep 02 '20 11:09 GuleriaAshish

{ kind: Fitness.PermissionKinds.Activity, access: Fitness.PermissionAccesses.Read } add to permission to request permission ACTIVITY_RECOGNITION and it work

Ekoios-Teddy avatar Dec 08 '22 07:12 Ekoios-Teddy