Skip to content

Commit 8b5d443

Browse files
authored
Merge pull request #317 from segmentio/repo-sync
repo sync
2 parents e52f5e5 + 8c2f9a2 commit 8b5d443

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/_includes/content/react-dest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The {{thisDestName}} device-mode destination SDK is only available for {{thisDes
1414
</p></div></div>
1515
{%endif%}
1616

17-
To add the {{thisDestName}} device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project:
17+
To add the {{thisDestName}} device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project using Segment's `1.5.1≤` release:
1818
1. Navigate to the root folder of your project, and run a `yarn add @segment/analytics-react-native-{{thisDestName | downcase | replace: " ", "-" }}{% if thisDestRNspecific %}-{{thisDestRNspecific}}{%endif%}` command to add the destination SDK to your project.
1919
2. Add an `import` statement to your project, as in the example below.
2020
```js

src/connections/destinations/catalog/branch-metrics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This destination is maintained by Branch. For any issues with the destination, [
3333

3434
<!-- LR, Mar2021: this should be a `react-dest` include but Branch changed their name from Branch-Metrics-->
3535

36-
To add the Branch device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project:
36+
To add the Branch device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project using Segment's `1.5.1≤` release:
3737
1. Navigate to the root folder of your project, and run a `yarn add branch` command to add the destination SDK to your project.
3838
2. Add an `import` statement to your project, as in the example below.
3939
```js

src/connections/destinations/catalog/braze/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To use the latest Braze SDK to collect IDFAs you must do the following:
102102
103103
<!-- LR, Mar2021: this should be a `react-dest` include but Braze was originally called Appboy-->
104104
105-
To add the Braze device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project:
105+
To add the Braze device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project using Segment's `1.5.1≤` release:
106106
1. Navigate to the root folder of your project, and run a `yarn add appboy` command to add the destination SDK to your project.
107107
2. Add an `import` statement to your project, as in the example below.
108108
```js

0 commit comments

Comments
 (0)