UNPKG

sprintcheck-expo

Version:

SprintCheck SDK for Expo - Identity verification (BVN, NIN, Facial) for React Native Expo projects

11 lines (10 loc) 314 B
import { ConfigPlugin } from '@expo/config-plugins'; /** * Expo config plugin for SprintCheck SDK * This plugin configures the native Android setup required for SprintCheck SDK */ declare const withSprintCheck: ConfigPlugin<{ apiKey?: string; encryptionKey?: string; }>; export default withSprintCheck;