Marcin Pawlicki

Results 5 issues of Marcin Pawlicki

Having the same name used twice in useEffect leaded to not calling onBackground, because appState there was referring to event listener, not react state. Steps to reproduce: - log to...

Cant find anything about this topic in documentation, but im wondering if the library supports React Native? If not, do you plan to support this platform as well in future?

feature request

**Problem:** Chart was appearing above the "canvas", because both extremes were exactly the same. **Solution:** Setting extremes to values between Y (so 1 and -1 for value 0) solves the...

After updating a package, I noticed that it doesn't show, checked the example, and it did. But after I changed graph data generation method with ```date: new Date(index + 1)```...

bug

This PR resolves issue: https://github.com/donni106/matomo-tracker-react-native/issues/24 Made small change on how userInfo is stored and used in tracking.

enhancement