From 74ac6736cb89e47a40079b0a30d5f98aa223dea0 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 24 Feb 2026 11:21:52 -0500 Subject: [PATCH] Add deprecation notices to Docs/ and update README links Points users to the canonical documentation at courier.com/docs/sdk-libraries/react-native/. Docs/ files get a deprecation notice; README feature table links now point to Mintlify instead of GitHub. --- Docs/1_Authentication.md | 2 ++ Docs/2_Inbox.md | 2 ++ Docs/3_PushNotifications.md | 2 ++ Docs/4_Preferences.md | 2 ++ Docs/5_Client.md | 2 ++ Docs/6_Expo.md | 2 ++ README.md | 14 +++++++------- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Docs/1_Authentication.md b/Docs/1_Authentication.md index 0bb2628..e0979a8 100644 --- a/Docs/1_Authentication.md +++ b/Docs/1_Authentication.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. + # Authentication Manages user credentials between app sessions. diff --git a/Docs/2_Inbox.md b/Docs/2_Inbox.md index 820734f..b2544db 100644 --- a/Docs/2_Inbox.md +++ b/Docs/2_Inbox.md @@ -1,5 +1,7 @@ banner-react-native-inbox +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. +   # Courier Inbox diff --git a/Docs/3_PushNotifications.md b/Docs/3_PushNotifications.md index 1f493f5..4a77b05 100644 --- a/Docs/3_PushNotifications.md +++ b/Docs/3_PushNotifications.md @@ -1,5 +1,7 @@ banner-react-native-push +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. +   # Push Notifications diff --git a/Docs/4_Preferences.md b/Docs/4_Preferences.md index 8f977bd..e9227f5 100644 --- a/Docs/4_Preferences.md +++ b/Docs/4_Preferences.md @@ -1,5 +1,7 @@ banner-react-native-preferences +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. + # Courier Preferences In-app notification settings that allow your users to customize which of your notifications they receive. Allows you to build high quality, flexible preference settings very quickly. diff --git a/Docs/5_Client.md b/Docs/5_Client.md index 960f8ee..e4fc60a 100644 --- a/Docs/5_Client.md +++ b/Docs/5_Client.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. + # `CourierClient` Base layer Courier API wrapper. diff --git a/Docs/6_Expo.md b/Docs/6_Expo.md index 6bb2136..c1c959e 100644 --- a/Docs/6_Expo.md +++ b/Docs/6_Expo.md @@ -1,3 +1,5 @@ +> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated. + # Expo This is how to using `CourierReactNative` in an Expo app. diff --git a/README.md b/README.md index 3b4ce3a..604c82f 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,12 @@ These are all the available features of the SDK. 1 - + Authentication - Manages user credentials between app sessions. Required if you would like to use Courier Inbox and Push Notifications. + Manages user credentials between app sessions. Required if you would like to use Courier Inbox and Push Notifications. @@ -173,7 +173,7 @@ These are all the available features of the SDK. 2 - + Inbox @@ -186,7 +186,7 @@ These are all the available features of the SDK. 3 - + Push Notifications @@ -199,7 +199,7 @@ These are all the available features of the SDK. 4 - + Preferences @@ -212,7 +212,7 @@ These are all the available features of the SDK. 5 - + CourierClient @@ -227,7 +227,7 @@ These are all the available features of the SDK. # Expo -If you are using Expo, you should check out the [Expo Docs](https://github.com/trycourier/courier-react-native/blob/master/Docs/6_Expo.md) for all the details. +If you are using Expo, you should check out the [Expo Docs](https://www.courier.com/docs/sdk-libraries/react-native/#expo) for all the details.