Skip to content

Commit 3fba5e3

Browse files
authored
Merge pull request #8083 from segmentio/DOCSPLAT-3055-2
DOCSPLAT 3055 Changes to simplify serialization PT2
2 parents 03b83ff + a5b7ea1 commit 3fba5e3

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<div class="premonition info">
2-
<div class="fa fa-info-circle"></div>
3-
<div class="content">
4-
<p>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.</p>
5-
</div>
6-
</div>
1+
> info ""
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.

src/connections/sources/catalog/libraries/mobile/apple/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ let analytics = Analytics(configuration: config)
373373
```
374374

375375
## Changelog
376-
[View the Analytics Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}. -->
376+
[View the Analytics Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}. ->

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ To set up automatic screen tracking with React Navigation:
461461
}
462462
}}
463463
>
464-
```
464+
```
465465
466466
### React Native Navigation
467467
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
653653

654654
segmentClient.add({ plugin: new DestinationFiltersPlugin() });
655655
segment.add({ plugin: new FirebasePlugin() })
656-
``` -->
656+
```
657657
658658
## Supported destinations
659659
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:

0 commit comments

Comments
 (0)