OvalMoney / react-native-fitness

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

Bug: getDistance #85

Closed m-ruhl closed 3 years ago

m-ruhl commented 3 years ago

Hello,

in the Readme and index.d.ts the method is defined as getDistances() But the actual implementation is getDistance()

Francesco-Voto commented 3 years ago

Hello @m-ruhl ,

Thank you, It should be fixed with 0.5.1 now

m-ruhl commented 3 years ago

@Francesco-Voto thanks for the quick fix 👍