diff --git a/src/_includes/content/react-dest.md b/src/_includes/content/react-dest.md index 29a629c078..260f9a937c 100644 --- a/src/_includes/content/react-dest.md +++ b/src/_includes/content/react-dest.md @@ -14,7 +14,7 @@ The {{thisDestName}} device-mode destination SDK is only available for {{thisDes

{%endif%} -To add the {{thisDestName}} device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project: +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: 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. 2. Add an `import` statement to your project, as in the example below. ```js diff --git a/src/connections/destinations/catalog/branch-metrics/index.md b/src/connections/destinations/catalog/branch-metrics/index.md index c94762060f..f37506b16c 100644 --- a/src/connections/destinations/catalog/branch-metrics/index.md +++ b/src/connections/destinations/catalog/branch-metrics/index.md @@ -33,7 +33,7 @@ This destination is maintained by Branch. For any issues with the destination, [ -To add the Branch device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project: +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: 1. Navigate to the root folder of your project, and run a `yarn add branch` command to add the destination SDK to your project. 2. Add an `import` statement to your project, as in the example below. ```js diff --git a/src/connections/destinations/catalog/braze/index.md b/src/connections/destinations/catalog/braze/index.md index 3c6ea6ccc2..defe58fee2 100644 --- a/src/connections/destinations/catalog/braze/index.md +++ b/src/connections/destinations/catalog/braze/index.md @@ -102,7 +102,7 @@ To use the latest Braze SDK to collect IDFAs you must do the following: -To add the Braze device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project: +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: 1. Navigate to the root folder of your project, and run a `yarn add appboy` command to add the destination SDK to your project. 2. Add an `import` statement to your project, as in the example below. ```js