React Native — guides
Implementation guides organised by SDK (Swift, Kotlin, React Native, Flutter) and the privacy property you need. Each page has the install + init snippet, a comparison vs other SDKs, and the operational FAQ for that combination.
14 guides published
-
How to add React Native analytics with no IDFA collection
Add analytics to a React Native app without collecting Apple's IDFA. Helps developers avoid collecting personal data in the first place.
Read guide -
How to add React Native analytics with no AAID collection
Add analytics to a React Native app without collecting Google's AAID. No AD_ID permission. Privacy-by-architecture.
Read guide -
How to add React Native analytics with no ATT prompt
Add analytics to a React Native iOS app without showing the App Tracking Transparency prompt. No NSUserTrackingUsageDescription needed.
Read guide -
How to add React Native analytics with no third-party trackers
Add analytics to a React Native app without any third-party tracker dependencies in your supply chain.
Read guide -
How to add React Native analytics with zero device storage
Add analytics to a React Native app without writing a single byte to disk. RAM-only event queue.
Read guide -
How React Native analytics works with a RAM-only event queue
React Native analytics events are held in memory only — flushed every 30 seconds, lost on force-quit by design.
Read guide -
How to add React Native analytics with a 5-field event schema
Add analytics to a React Native app where every event stores only 5 fields. Extra fields are rejected at the API.
Read guide -
How React Native analytics handles geolocation (country only)
React Native analytics with country-level geolocation only. IPs are processed transiently for country lookup, then discarded.
Read guide -
How React Native analytics rotates session IDs every 2 hours
React Native analytics rotates session IDs automatically every two hours and on app restart. No persistent user ID.
Read guide -
How React Native analytics avoids device fingerprinting
React Native analytics that doesn't fingerprint devices. No model+OS+screen +locale combinations stored as identifiers.
Read guide -
How React Native analytics avoids cross-app tracking
React Native analytics with no cross-app identifiers. Sessions are scoped to a single app install.
Read guide -
How to add React Native analytics with EU data residency
Add analytics to a React Native app where all stored data lives on EU infrastructure. Self-host option for any region.
Read guide -
How to self-host Respectlytics for React Native analytics
Self-host Respectlytics on your own infrastructure for React Native analytics. AGPL-3.0 server, MIT SDK.
Read guide -
How React Native analytics works with an open-source SDK
React Native analytics with an MIT-licensed, fully open-source SDK you can audit, fork, and modify.
Read guide