sprintcheck-expo
Version:
SprintCheck SDK for Expo - Identity verification (BVN, NIN, Facial) for React Native Expo projects
15 lines (14 loc) • 552 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config_plugins_1 = require("@expo/config-plugins");
const withSprintCheckAndroid_1 = require("./withSprintCheckAndroid");
/**
* Expo config plugin for SprintCheck SDK
* This plugin configures the native Android setup required for SprintCheck SDK
*/
const withSprintCheck = (config, props = {}) => {
return (0, config_plugins_1.withPlugins)(config, [
[withSprintCheckAndroid_1.withSprintCheckAndroid, props],
]);
};
exports.default = withSprintCheck;