zoontek / react-native-permissions

An unified permissions API for React Native on iOS, Android and Windows.
MIT License
4.1k stars 836 forks source link

Feature request: Google Fit & HealthKit #229

Open tedcurrent opened 6 years ago

tedcurrent commented 6 years ago

Are there any future plans to include Google Fit and HealthKit permissions via this library? Would be awesome to handle all permissions through a single API.

im-aditya commented 6 years ago

+1

iMaciah commented 5 years ago

+1

tashachin commented 3 years ago

Question, where is the CONTRIBUTING.md file?

walterholohan commented 2 years ago

@zoontek do you think you will be adding this feature anytime soon? Or do you think I should just use https://github.com/agencyenterprise/react-native-health/blob/master/docs/permissions.md

walterholohan commented 2 years ago

I also found https://github.com/OvalMoney/react-native-fitness which allows you to request permissions

zoontek commented 2 years ago

@walterholohan I don't think. I don't have enough time to work on it, will accept PR. But as you see the initial feature request is quite old.

mikehardy commented 2 years ago

@walterholohan Here are a couple examples to base a PR on - it's mostly boilerplate for the new module, then some changes to the example app to show the result - the library is easy to work with I think

https://github.com/zoontek/react-native-permissions/pull/510/files https://github.com/zoontek/react-native-permissions/pull/503/files

SharfMohiuddin commented 1 year ago

What's the update about iOS health kit permission? Please help me out!