UNPKG

onboardsync-react-native

Version:

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

25 lines (21 loc) 800 B
// Main exports export { OnboardSync, OnboardSyncComponent } from './OnboardSync'; // Type exports export type { OnboardSyncConfig, ConfigResponse, FlowResolutionResponse, PermissionType, OnboardingCompleteCallback, } from './types'; // Screen exports (for advanced customization) export { WebViewScreen } from './screens/WebViewScreen'; export { LoadingScreen } from './screens/LoadingScreen'; export { FallbackScreen } from './screens/FallbackScreen'; // Utility exports (for advanced usage) export { DeviceIDManager } from './utils/deviceIdManager'; export { PermissionsHandler } from './utils/permissionsHandler'; export { ColorUtils } from './utils/colorUtils'; export { StatusBarHelper } from './utils/statusBarHelper'; // Constants export export { Constants } from './constants';