whatsapp-auth
Version:
Module for authenticating applications via WhatsApp
17 lines (15 loc) • 394 B
TypeScript
interface WhatsappLoginProps {
callBackScreen: () => void;
whatsappNumberCore: string;
defaultMessageLogin?: string;
style?: any;
testID?: string;
}
declare module 'react-native-svg';
declare module 'react-native-whatsapp-login-button' {
export interface WhatsappLoginProps {
callBackScreen: () => void;
whatsappNumberCore: string;
defaultMessageLogin?: string;
}
}