Benson
Benson
@WayneUong sanitize the html beforehand: https://github.com/punkave/sanitize-html _e.g.,_ before: after:
@thiskevinwang - the steps you gave in https://github.com/indiespirit/react-native-chart-kit/issues/614#issuecomment-1419656489 worked for me
@chrispader These changes don't seem like they exist anymore? https://github.com/margelo/react-native-graph/pull/55
I ended up creating a local copy of `useCustomerGestureEventsHandlers`, making modifications to it, and then passing it in as a prop: `gestureEventsHandlersHook={useCustomGestureEventsHandlers}`
@AndreiTimofte96 does it make sense to just modify the built in handleOnStart (i.e., add a log statement) before trying to add an additional onStart prop?
can i see how onStart is implemented in your useCustomGestureEventsHandlers?
maybe try invoking on start when it meets some threshold of translation y
Did y'all figure out this issue?
@Krupal5691 Try running with the dev build & with the phone plugged in (i.e., charging) and add data manually to HK and see if the observers trigger. Running the production...
@Krupal5691 run the dev build thru xcode and add health data (e.g., create a workout event) in the apple health app. you should at the very least see the logs...