Ray Hughes

Results 17 comments of Ray Hughes

Stumbled on this. Should be an easy drop in if using nextjs https://github.com/MauricioRobayo/nextjs-google-analytics

We are experiencing a similar issue when using this library with React Native. ![Simulator Screenshot - iPhone 15 Pro Max - 2023-11-27 at 20 20 48](https://github.com/Yaffle/EventSource/assets/4381883/596cf46d-7790-45d3-9e21-8aaeeb92a02b) ![Simulator Screenshot - iPhone...

We use this library at [Sharp App](https://sharp.app) - Has been extremely valuable for handling in-app external OAuth connections.

+1 for relationship support

The two workarounds are below. Each method has a drawback. 1. Add the style to the html element globally in the App component as it does not respect being set...

> > Add following code inside **post_install** of **Podfile** Change **targetsToFix** to pod names that throws error when building. This fix is also made by React Native after version 0.70.3,...

I solved this using the `useYScale` hook. Not sure if it's the best solution. Feedback appreciated. A side affect is that the hover element has the wrong bar color associated...

For some reason the colors do not change automatically. Sometimes I have to mouse over the chart before they swap. Any thoughts why?

Thank you @alexfauquette this resolved my problem!!