diff --git a/.github/workflows/react-native.yml b/.github/workflows/react-native.yml new file mode 100644 index 000000000..71951e055 --- /dev/null +++ b/.github/workflows/react-native.yml @@ -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 diff --git a/packages/sdk/react-native/README.md b/packages/sdk/react-native/README.md index 9072e7db3..52e5f3d57 100644 --- a/packages/sdk/react-native/README.md +++ b/packages/sdk/react-native/README.md @@ -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.