UNPKG

onboardsync-react-native

Version:

Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing

11 lines 683 B
export { OnboardSync, OnboardSyncComponent } from './OnboardSync'; export type { OnboardSyncConfig, ConfigResponse, FlowResolutionResponse, PermissionType, OnboardingCompleteCallback, } from './types'; export { WebViewScreen } from './screens/WebViewScreen'; export { LoadingScreen } from './screens/LoadingScreen'; export { FallbackScreen } from './screens/FallbackScreen'; export { DeviceIDManager } from './utils/deviceIdManager'; export { PermissionsHandler } from './utils/permissionsHandler'; export { ColorUtils } from './utils/colorUtils'; export { StatusBarHelper } from './utils/statusBarHelper'; export { Constants } from './constants'; //# sourceMappingURL=index.d.ts.map