analytics-react-native
analytics-react-native copied to clipboard
The hassle-free way to add analytics to your React-Native app.
The analytics-js library supports setting a proxy not only for tracking, but also for the Settings CDN url. Is there support for this in the analytics-react-native library as well? Or...
## Summary The current plugin cherry picks some fields from the Appsflyer payload to forward to Analytics.track(): https://github.com/segmentio/analytics-react-native/blob/b5074f7ac6a4c51cd4e24ee7ff0d2027118e452d/packages/plugins/plugin-appsflyer/src/AppsflyerPlugin.tsx#L79-L85 The docs however indicate the payload can contain a lot more data,...
## Summary Is there a way to expose some modules from the iOS native part of the app from Swift or ObjectiveC? Pre-2.0 version I was able to achieve that...
In #757, the user wanted to disable Segment in order to respect user preferences. In my use case, we get information about the user at run time that determines if...
Getting error during segment installation ``` npm install --save @segment/analytics-react-native npm error code 1 npm error path /Users/piyush.kukadiya/codebases/clevertap/clevertap-react-native/Example/node_modules/@stdlib/number-float64-base-normalize npm error command failed npm error command sh -c node-gyp rebuild npm...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
- `analytics-react-native` version: ^2.19.2 - Integrations versions (if used): N/A - React Native version: 0.72.1 AND 0.74.3 - iOS or Android or both? BOTH ![Screenshot 2024-07-10 at 1 04 04 ...
as suggested here: https://github.com/segmentio/analytics-react-native/issues/961#event-13380371229 This greatly limits the size of the payloads sent We have been using it in production for 3 weeks without any problem
## Summary Hello, as react native integrations are setup to use on JS side, is there any way we can integrate Segment LeanPlum iOS and Android natively?
Hey there! We're using Segment to integrate with Amplitude (through the Amplitude Actions destination) in both our web app (using Analytics V2) and React Native App. While working on a...