Paul McKellar
Paul McKellar
i'm getting this too.
forked and used it here for now ``` https://github.com/paulmars/rn-apple-healthkit ``` ``` const options = { permissions: { read: ["Height", "Weight", "SleepAnalysis", "MindfulSession", "Workout", "Steps"], write: ["Height", "Weight"], }, }; AppleHealthKit.initHealthKit(options,...
I never brought this idea into production. Don't assume it works as desired. Comments or alterations welcome.
this looks like the same bug i'm getting every day
Upgrading, thanks for the follow up. I'll be back here when if new information comes up.
Thank you for this work!
This is a great next step. The alias.cache file should allow anyone to know how things are already assigned. It currently only does the bare minimum and tells you IF...
This is a great idea.
Ah yes. I'm using ZSH and the method of getting history is different. I should note that in the Readme. Nice work.
Here is the expected output. ~ ls -l 1440 [ABRIDGED] ~ history | tail -n 1 ll (1390) 37247 ls -l ~