onboardsync-react-native
Version:
Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing
13 lines • 399 B
TypeScript
import React from 'react';
import { OnboardingResult } from '../types';
interface WebViewScreenProps {
url: string;
testingEnabled: boolean;
appName: string;
backgroundColor: string;
onClose: () => void;
onComplete: (result?: OnboardingResult) => void;
}
export declare const WebViewScreen: React.FC<WebViewScreenProps>;
export {};
//# sourceMappingURL=WebViewScreen.d.ts.map