@launchdarkly/react-native-client-sdk
Version:
React Native LaunchDarkly SDK
16 lines • 653 B
TypeScript
/**
* This is the API reference for the React Native LaunchDarkly SDK.
*
* For more information, see the SDK reference guide.
*
* @packageDocumentation
*/
import ReactNativeLDClient from './ReactNativeLDClient';
import RNOptions, { RNDataSystemOptions, RNStorage } from './RNOptions';
export * from '@launchdarkly/js-client-sdk-common';
export * from './hooks';
export * from './provider';
export * from './LDPlugin';
export type { LDEvaluationDetailTyped, LDEvaluationDetail, } from './hooks/variation/LDEvaluationDetail';
export { ReactNativeLDClient, RNOptions as LDOptions, RNDataSystemOptions, RNStorage };
//# sourceMappingURL=index.d.ts.map