Skip to content

Commit aa62529

Browse files
committed
Add missing libraries section in 8.x
1 parent fc37606 commit aa62529

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

versioned_docs/version-8.x/screen-tracking.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,35 @@ export default function App() {
9797
If you are building a library that wants to provide screen tracking integration with React Navigation, you can accept a [`ref`](navigation-container.md#ref) to the navigation container and use the [`ready`](navigation-container.md#ready) and [`state`](navigation-container.md#state) events instead of `onReady` and `onStateChange` props to keep your logic self-contained.
9898

9999
:::
100+
101+
## Libraries with built-in integration
102+
103+
Here are some popular telemetry and analytics libraries that have built-in integration with React Navigation for screen tracking:
104+
105+
### PostHog
106+
107+
Open source product analytics platform with self-hosted and cloud-hosted options. [Learn more](https://posthog.com/docs/libraries/react-native).
108+
109+
### Embrace
110+
111+
Observability platform for mobile and web, powered by OpenTelemetry. [Learn more](https://embrace.io/docs/react-native/features/navigation/?packages=react-navigation%2Fnative).
112+
113+
### Vexo
114+
115+
Analytics for web and React Native. [Learn more](https://docs.vexo.co/react-native-guide/integration).
116+
117+
### Datadog
118+
119+
Real User Monitoring and error tracking platform. [Learn more](https://docs.datadoghq.com/real_user_monitoring/application_monitoring/react_native/integrated_libraries/).
120+
121+
### Sentry
122+
123+
Application performance monitoring and error tracking platform. [Learn more](https://docs.sentry.io/platforms/react-native/tracing/instrumentation/react-navigation/).
124+
125+
### Segment
126+
127+
Customer data platform that supports React Native. [Learn more](https://www.twilio.com/docs/segment/connections/sources/catalog/libraries/mobile/react-native#automatic-screen-tracking).
128+
129+
### Luciq
130+
131+
Mobile observability and experience platform. [Learn more](https://docs.luciq.ai/docs/react-native-repro-steps#react-navigation).

0 commit comments

Comments
 (0)