Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions packages/sdk/react-native/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# LaunchDarkly React Native SDK

> [!WARNING]
> UNSUPPORTED This SDK is in pre-release development and is not supported.

[![NPM][sdk-react-native-npm-badge]][sdk-react-native-npm-link]
[![Actions Status][sdk-react-native-ci-badge]][sdk-react-native-ci]
[![Documentation][sdk-react-native-ghp-badge]][sdk-react-native-ghp-link]
[![NPM][sdk-react-native-dm-badge]][sdk-react-native-npm-link]
[![NPM][sdk-react-native-dt-badge]][sdk-react-native-npm-link]

> [!WARNING]
> UNSUPPORTED This SDK is in pre-release development and is not supported.

The LaunchDarkly React Native SDK is designed primarily for use in mobile environments. It follows the client-side LaunchDarkly model for multi-user contexts.

This SDK is a replacement of [launchdarkly-react-native-client-sdk](https://github.com/launchdarkly/react-native-client-sdk). Please consider updating your application to use this package instead.

For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/client-side/react-native).

This library is an alpha version and should not be considered ready for production use while this message is visible.

## Install

```shell
Expand Down
3 changes: 3 additions & 0 deletions packages/shared/sdk-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![Actions Status][shared-sdk-client-ci-badge]][shared-sdk-client-ci]
[![Documentation][shared-sdk-client-ghp-badge]][shared-sdk-client-ghp-link]

> [!CAUTION]
> This package is for internal use only. Do not use it directly.

This project contains Typescript classes and interfaces that are applicable to client-side SDKs.

This library is a beta version and should not be considered ready for production use while this message is visible.
Expand Down
6 changes: 2 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"packages": {
"packages/shared/common": {},
"packages/shared/sdk-client": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
"bump-minor-pre-major": true
},
"packages/shared/sdk-server": {},
"packages/shared/sdk-server-edge": {},
"packages/shared/akamai-edgeworker-sdk": {},
"packages/sdk/cloudflare": {},
"packages/sdk/react-native": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
"bump-minor-pre-major": true
},
"packages/sdk/server-node": {},
"packages/sdk/vercel": {
Expand Down