Skip to content

Commit 3d278ed

Browse files
authored
Update react-dest.md
1 parent e6db74b commit 3d278ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 using our `1.5.1≤` release:
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

0 commit comments

Comments
 (0)