StasDoskalenko / react-native-google-fit

A React Native bridge module for interacting with Google Fit
MIT License
333 stars 209 forks source link

Distance is empty #252

Closed shraddha242 closed 10 months ago

shraddha242 commented 3 years ago

getDailyDistanceSamples() API gives empty array. Using the below OPT: const opt = { startDate: moment(startDate).startOf('D'), // required ISO8601Timestamp endDate: new Date().toISOString(), configs: { bucketTime: 1, bucketUnit: 'MINUTE', }, };

szymonrybczak commented 2 years ago

Hey, the solution for this is to get permissions for the android.permission.ACTIVITY_RECOGNITION and android.permission.ACCESS_FINE_LOCATION before calling this function. I hope this helps ;)