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. 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"}. -> 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: