From f60ecf63bf09f4eafc00e6f44e493b3cd4d39714 Mon Sep 17 00:00:00 2001 From: jayant dhingra Date: Tue, 10 Mar 2026 18:40:23 +0530 Subject: [PATCH] Update documentation to reflect the renaming of Couchbase Lite Enterprise Edition to Couchbase Lite for React Native, ensuring clarity in the description of the Native Module implementation. --- docs/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 7a4db9a..37de9b7 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -8,11 +8,11 @@ description: Couchbase Lite is an embedded, document-style NoSQL database that is syncable and makes it easy to build offline-enabled applications. --- -# Couchbase Lite Enterprise Edition for React Native +# Couchbase Lite for React Native Couchbase Lite is an embedded, document-style NoSQL database that is syncable and makes it easy to build offline-enabled applications. -Couchbase Lite Enterprise Edition for React Native is a Native Module implementation of Couchbase Lite for React Native using Typescript. It has feature parity with Couchbase Lite implementations for other platforms, with a few exceptions. +Couchbase Lite for React Native is a Native Module implementation of Couchbase Lite for React Native using Typescript. It has feature parity with Couchbase Lite implementations for other platforms, with a few exceptions. More information on React Native - Native Modules can be found here: [React Native Docs](https://reactnative.dev/docs/native-modules-intro)