From 90aa1a50d87844ab1c80b0803ec659e8ba86cfd6 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 22 Oct 2025 08:59:51 -0500 Subject: [PATCH 1/3] chore: Update premonition to GFM alert --- src/_includes/content/reset-mobile.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/_includes/content/reset-mobile.md b/src/_includes/content/reset-mobile.md index 6bba3cd76d..095db3ead6 100644 --- a/src/_includes/content/reset-mobile.md +++ b/src/_includes/content/reset-mobile.md @@ -1,6 +1,2 @@ -
-
-
-

The reset method doesn't clear the `userId` from connected client-side integrations. If you want to clear the `userId` from connected client-side destination plugins, you'll need to call the equivalent reset method for that library.

-
-
+> info "" +> The reset method doesn't clear the `userId` from connected client-side integrations. If you want to clear the `userId` from connected client-side destination plugins, you'll need to call the equivalent reset method for that library. From 379f4cc18099129c0322a1d793079a77b2a5301f Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 22 Oct 2025 09:16:22 -0500 Subject: [PATCH 2/3] chore: Update content to avoid serializing --> --- .../sources/catalog/libraries/mobile/apple/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/mobile/apple/implementation.md b/src/connections/sources/catalog/libraries/mobile/apple/implementation.md index bc2076965f..30f4e1719a 100644 --- a/src/connections/sources/catalog/libraries/mobile/apple/implementation.md +++ b/src/connections/sources/catalog/libraries/mobile/apple/implementation.md @@ -373,4 +373,4 @@ let analytics = Analytics(configuration: config) ``` ## Changelog -[View the Analytics Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}. --> +[View the Analytics Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}. -> From a5b7ea1b285d2daa51ca39bb1333c6aea22bfcd0 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Wed, 22 Oct 2025 09:40:37 -0500 Subject: [PATCH 3/3] chore: Update content to simplify serialization --- .../sources/catalog/libraries/mobile/react-native/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/sources/catalog/libraries/mobile/react-native/index.md b/src/connections/sources/catalog/libraries/mobile/react-native/index.md index 64da252f82..7b9d92493b 100644 --- a/src/connections/sources/catalog/libraries/mobile/react-native/index.md +++ b/src/connections/sources/catalog/libraries/mobile/react-native/index.md @@ -461,7 +461,7 @@ To set up automatic screen tracking with React Navigation: } }} > - ``` + ``` ### React Native Navigation To set up automatic screen tracking while using [React Native Navigation](https://wix.github.io/react-native-navigation/docs/before-you-start/){:target="_blank"}: @@ -653,7 +653,7 @@ To get started with destination filters on mobile device-mode destinations using segmentClient.add({ plugin: new DestinationFiltersPlugin() }); segment.add({ plugin: new FirebasePlugin() }) - ``` --> + ``` ## Supported destinations Segment supports a large number of [cloud-mode](/docs/connections/destinations/#connection-modes) destinations. Segment also supports the following destinations for Analytics React Native 2.0 in device-mode: