fix: call promise.resolve() in revokeAllPermissions() by mrtry · Pull Request #195 · matinzd/react-native-health-connect
Thanks for a good library 🥳 When I await revokeAllPermissions() in JavaScript, the function was blocking without resolving the Promise. I noticed that revokeAllPermissions() in Native Layer does no...