Skip to content

Commit

Permalink
chore: add rn ga
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Oct 23, 2023
1 parent 2dbee5b commit 1f78a7f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: sdk/react-native

on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'

jobs:
build-test-cloudflare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/react-native-client-sdk'
workspace_path: packages/sdk/react-native
6 changes: 2 additions & 4 deletions packages/sdk/react-native/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# 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.
Expand Down

0 comments on commit 1f78a7f

Please sign in to comment.