Skip to content

Update RN docs to specify version #2748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_includes/content/react-dest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The {{thisDestName}} device-mode destination SDK is only available for {{thisDes
</p></div></div>
{%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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This destination is maintained by Branch. For any issues with the destination, [

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

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
Expand Down
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/braze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To use the latest Braze SDK to collect IDFAs you must do the following:

<!-- LR, Mar2021: this should be a `react-dest` include but Braze was originally called Appboy-->

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
Expand Down