Alfonso Enriquez Castro
Alfonso Enriquez Castro
+1 -- I'm having the same problem.
@olegfeferman I think @JulianKingman means that he is interfacing with Healthkit directly via RN NativeModules.
Agreed, I've tried using this library in the past with iOS and the setup never works.
@edzh1 I'll be working on integrating the library in the following days, but thank you so much for this super helpful guide, really clarified things for me. LEGEND!
I'm seing the same behavior as well.
+1 on this thread. Even if to begin with, we were just able to track javascript elements.
I was having the same issue, but it seemed that I had a hook that was calling: `OneSignal.Notifications.addEventListener('click',` before I called `OneSignal.initialize(Config.ONE_SIGNAL_APP_ID);` As a quick fix, I moved `initialize` as...