UNPKG

@launchdarkly/react-native-client-sdk

Version:
15 lines 505 B
/** * 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, { RNStorage } from './RNOptions'; export * from '@launchdarkly/js-client-sdk-common'; export * from './hooks'; export * from './provider'; export * from './LDPlugin'; export { ReactNativeLDClient, RNOptions as LDOptions, RNStorage }; //# sourceMappingURL=index.d.ts.map