react-native-client-sdk icon indicating copy to clipboard operation
react-native-client-sdk copied to clipboard

LaunchDarkly Client-side SDK for React Native

Results 10 react-native-client-sdk issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** For web, you have the `jest-launchdarkly-mock` package (that doesn't support react native) where you can mock LD and run you...

enhancement

**Describe the bug** The privacy manifest file exported by Launch darkly conflicts with a projects local privacy file causing a build failure **To reproduce** Include the latest Launch darkly sdk...

**Describe the bug** We have an expo project that we are targeting both mobile and web platforms. The react-native-client-sdk works well on mobile but crashes in web. This is the...

**Is this a support request?** This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem...

**Is this a support request?** No **Describe the bug** Version 8.0.2 (and it seems likely to be 8.x) of the react-native sdk does not seem to support react-native 0.70. [This...

**Is your feature request related to a problem? Please describe.** I was wondering if there was a way to fetch the flag state synchronously (based on cached values). I've gone...

enhancement

It appears that identify method does not have a timeout (connectionTimeout does not seem to work) I was able to reproduce while device is offline identify request hangs forever In...

enhancement

`configure` method stuck if provide wrong key. Problem on iOS only. Android fallback works as expected. `[email protected]`

We successfully use LaunchDarkly SDK for tvOS platform, it's fully compatible. This change is the only thing that is required for successful compilation.

**Is this a support request?** I am having a flickering issue on the React Native SDK. I am initialising the client as early as I possibly can in the journey...