Skip to content

Commit cb477f9

Browse files
committed
Add list of libraries that integrate with React Navigation
1 parent d04ff06 commit cb477f9

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@ samp {
608608
display: none;
609609
}
610610

611+
.markdown li > p {
612+
margin-bottom: 0;
613+
}
614+
611615
.video-player {
612616
position: relative;
613617
display: inline-block;

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,35 @@ export default function App() {
187187
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.
188188

189189
:::
190+
191+
## Libraries with built-in integration
192+
193+
Here are some popular telemetry and analytics libraries that have built-in integration with React Navigation for screen tracking:
194+
195+
### PostHog
196+
197+
Open source product analytics platform with self-hosted and cloud-hosted options. [Learn more](https://posthog.com/docs/libraries/react-native).
198+
199+
### Embrace
200+
201+
Observability platform for mobile and web, powered by OpenTelemetry. [Learn more](https://embrace.io/docs/react-native/features/navigation/?packages=react-navigation%2Fnative).
202+
203+
### Vexo
204+
205+
Analytics for web and React Native. [Learn more](https://docs.vexo.co/react-native-guide/integration).
206+
207+
### Datadog
208+
209+
Real User Monitoring and error tracking platform. [Learn more](https://docs.datadoghq.com/real_user_monitoring/application_monitoring/react_native/integrated_libraries/).
210+
211+
### Sentry
212+
213+
Application performance monitoring and error tracking platform. [Learn more](https://docs.sentry.io/platforms/react-native/tracing/instrumentation/react-navigation/).
214+
215+
### Segment
216+
217+
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).
218+
219+
### Luciq
220+
221+
Mobile observability and experience platform. [Learn more](https://docs.luciq.ai/docs/react-native-repro-steps#react-navigation).

0 commit comments

Comments
 (0)