OvalMoney / react-native-fitness

A React Native module to interact with Apple Healthkit and Google Fit.
MIT License
344 stars 68 forks source link

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

Open GuleriaAshish opened 4 years ago

GuleriaAshish commented 4 years ago

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.

Ekoios-Teddy commented 1 year ago

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