OvalMoney / react-native-fitness

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

Can we specify permissions for other HealthKit or Google Fit parameters? #19

Closed ShaharyarMaroof closed 4 years ago

scerelli commented 4 years ago

what do you mean @ShaharyarMaroof ?

ShaharyarMaroof commented 4 years ago

@scerelli So can we specify which metrics, the app can read/write to, e.g. the Calorie Count or BMI? Or does this lib provide access to all the metrics provide by the HealthKit and Google Fitness API?

scerelli commented 4 years ago

@Francesco-Voto

Francesco-Voto commented 4 years ago

I am working to be more flexible on the metrics. It will be available in next releases.

Francesco-Voto commented 4 years ago

Now this is possibile with v0.3.0. Can you try it?