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

Description
Is your feature request related to a problem? Please describe.
In React Native projects that use Typescript, importing the launchdarkly-react-native-client-sdk results in a type error:
Could not find a declaration file for module 'launchdarkly-react-native-client-sdk'.... implicitly has an 'any' type.
Describe the solution you'd like
I'm requesting an official type definition to be included with the LaunchDarkly SDK
Describe alternatives you've considered
I searched DefinitelyTyped for a community definition, but none exists.
Additional context
N/A