You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
{ kind: Fitness.PermissionKinds.Activity, access: Fitness.PermissionAccesses.Read } add to permission to request permission ACTIVITY_RECOGNITION and it work
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.
The text was updated successfully, but these errors were encountered: