Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 3da41af

Browse files
authored
Docs improvements (#84)
1 parent 894de0f commit 3da41af

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
LaunchDarkly Client-Side SDK for React Native
22
===========================
33

4-
[![CircleCI](https://circleci.com/gh/launchdarkly/react-native-client-sdk.svg?style=svg)](https://circleci.com/gh/launchdarkly/react-native-client-sdk)
4+
[![NPM](https://img.shields.io/npm/v/launchdarkly-react-native-client-sdk.svg)](https://www.npmjs.com/package/launchdarkly-react-native-client-sdk)
5+
[![CircleCI](https://circleci.com/gh/launchdarkly/react-native-client-sdk.svg?style=shield)](https://circleci.com/gh/launchdarkly/react-native-client-sdk)
6+
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/react-native-client-sdk)
57

68
LaunchDarkly overview
79
-------------------------
@@ -23,12 +25,12 @@ This SDK is currently compatible with React Native 0.64.x and Xcode 12 and is te
2325
Getting started
2426
---------------
2527

26-
Refer to the [SDK documentation](https://docs.launchdarkly.com/sdk/client-side/react-native#getting-started) for instructions on getting started with using the SDK.
28+
Refer to the [SDK documentation](https://docs.launchdarkly.com/sdk/client-side/react/react-native#getting-started) for instructions on getting started with using the SDK.
2729

2830
Learn more
2931
-----------
3032

31-
Check out our [documentation](https://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/client-side/react-native).
33+
Check out our [documentation](https://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/client-side/react/react-native).
3234

3335
Testing
3436
-------

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ declare module 'launchdarkly-react-native-client-sdk' {
640640
* Optional environment name to obtain the result from the corresponding secondary environment
641641
* @returns
642642
* A promise containing an object in which each key is a feature flag key and each value is the flag value.
643-
* The promise will be rejected if the SDK has not yet completed initialization.
644643
* Note that there is no way to specify a default value for each flag as there is with the
645644
* `*Variation` methods, so any flag that cannot be evaluated will have a null value.
646645
*/

0 commit comments

Comments
 (0)