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