Skip to content

Commit

Permalink
feat: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal committed Sep 13, 2024
1 parent c9b19a3 commit 7b55659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/StartHere/example-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Several example apps are available for developers to review. These apps are des

## React Native Module Example App

The cbl-reactnative module has an example app in the repositories [expo-example](https://github.com/Couchbase-Ecosystem/cbl-reactnative/tree/main/expo-example) folder. This example app is designed to show off all the various APIs and is used to test the Native Module during the develompent process.
The cbl-reactnative module has an example app in the repositories [expo-example](https://github.com/Couchbase-Ecosystem/cbl-reactnative/tree/main/expo-example) folder. This example app is designed to show off all the various APIs and is used to test the Native Module during the development process.

## Expo Travel Sample App

Expand Down
5 changes: 4 additions & 1 deletion docs/StartHere/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
id: install
sidebar_position: 2
---
# Install

:::note
This Native Module is currently under active development. If you find problems, please open an issue on the [GitHub repo](https://github.com/Couchbase-Ecosystem/cbl-reactnative/issues).
:::

# Install
:::note
The version of this Native Module is based on supporting Couchbase Lite Enterprise for iOS and Android. This Native Module is not compatible with Couchbase Lite Community Edition. A [license](https://www.couchbase.com/pricing/) is required to use Couchbase Lite Enterprise edition.
:::

## Get Started

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ More information on React Native - Native Modules can be found here: [React Nati
This plugin only works with iOS and Android platforms. Web, Windows, and MacOS support is not available.
:::

The version of this plugin is based on supporting Couchbase Lite Enterprise for iOS and Android. This plugin is not compatible with Couchbase Lite Community Edition. A [license](https://www.couchbase.com/pricing/) is required to use Couchbase Lite Enterprise edition.
The version of this Native Module is based on supporting Couchbase Lite Enterprise for iOS and Android. This Native Module is not compatible with Couchbase Lite Community Edition. A [license](https://www.couchbase.com/pricing/) is required to use Couchbase Lite Enterprise edition.

:::note
Couchbase Lite for React Native is a community provided solution that is actively developed and maintained by the community. It is not an official Couchbase product.
Expand Down

0 comments on commit 7b55659

Please sign in to comment.