Skip to content

Commit 035960f

Browse files
authored
Merge pull request #3219 from segmentio/DOC-552
Updated React Native 2.0 Migration Guide language to say upgrade instead
2 parents 1bf776f + cf851f9 commit 035960f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/_data/sidenav/strat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sections:
3333
- path: /connections/destinations/catalog/facebook-pixel
3434
title: Facebook Pixel destination
3535
- path: /connections/destinations/catalog/actions-facebook-conversions-api
36-
title: Facebook Conversions API (Actions) destination
36+
title: Facebook Conversions API (Actions) destination
3737
- path: /connections/destinations/catalog/facebook-app-events
3838
title: Facebook App Events destination
3939
- path: /connections/destinations/catalog/facebook-offline-conversions
@@ -73,7 +73,7 @@ sections:
7373
title: Google Ads Remarketing Lists destination (Personas)
7474
- path: /connections/destinations/catalog/personas-display-video-360
7575
title: Google Display & Video 360 destination (Personas)
76-
76+
7777

7878
- slug: salesforce
7979
section_title: Salesforce Integrations
@@ -160,7 +160,7 @@ sections:
160160
- path: /connections/sources/catalog/libraries/mobile/react-native
161161
title: Analytics-React-Native mobile source
162162
- path: /connections/sources/catalog/libraries/mobile/react-native/migration
163-
title: React-Native 2.0 Migration Guide
163+
title: Upgrade to React-Native 2.0
164164
- path: /connections/sources/catalog/libraries/mobile/react-native/troubleshooting
165165
title: Troubleshooting Analytics-React-Native
166166
- path: /connections/sources/catalog/libraries/mobile/react-native/react-faqs/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: React Native 2.0 Migration Guide
2+
title: Upgrade to React Native 2.0
33
strat: react-native
44
---
55

6-
If you're using `analytics-react-native 1.5.1` or older, follow these steps to migrate to `analytics-react-native 2.0`. You can continue to use your React Native source write key for the migration to view historical events. Additionally, with React Native 2.0, you don't need to leverage bundled SDK packages, but can use [this list of supported destinations](/docs/connections/sources/catalog/libraries/mobile/react-native#supported-destinations).
6+
If you're using `analytics-react-native 1.5.1` or older, follow these steps to upgrade to `analytics-react-native 2.0`. You can continue to use your React Native source write key for the upgrade to view historical events. Additionally, with React Native 2.0, you don't need to leverage bundled SDK packages, but can use [this list of supported destinations](/docs/connections/sources/catalog/libraries/mobile/react-native#supported-destinations).
77

8-
To migrate to React Native 2.0:
8+
To upgrade to React Native 2.0:
99

1010
1. Update the existing package:
1111
```js

0 commit comments

Comments
 (0)