react-native-matomo
react-native-matomo copied to clipboard
React Native Matomo integration
@lordkiz this PR adds mocks that don't break the app's testing
The releases page shows a 0.2.0 tag but it hasn’t been published to npm.
I dont see this in the docs to track Ecommerce
Hello, As you might know jcenter() is being shut down and it is recommended to move Java artifacts to maven. Check out what might be done for your package: https://github.com/matomo-org/matomo-sdk-android/issues/301#issuecomment-850963007...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. As piwik is now matomo, it...
When trying to install pods `pod install` I get this error: ``` Errno::ENOENT - No such file or directory @ rb_sysopen - /Users/playra/consumer-rn-v2/node_modules/react-native-matomo/BNFMatomo.podspec /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open-uri.rb:37:in `initialize' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open-uri.rb:37:in `open' /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/open-uri.rb:37:in `open' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.10.1/lib/cocoapods/external_sources/podspec_source.rb:19:in...
As piwik is now Matomo, this check is no more needed.
After integrating matomo 0.2.0 iOS simulator crashes with no error log right after Matomo.initTracker() is called. Release builds for iOS and Android will build but no events are logged on...
Tried updating my RN to 0.62.2 and using the podspec command in README linked it to my project. But once trying to run the app, getting error 'React/RCTAssert.h file not...
Hi there! I'm trying to follow the docs to integrate `react-native-matomo` into my project, but running into issues. These are the steps that I followed. 1. I ran `yarn add...