UNPKG

react-native-zalo-auth

Version:
13 lines (12 loc) 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _configPlugins = require("@expo/config-plugins"); const withZaloAppDelegateDebug = config => (0, _configPlugins.withAppDelegate)(config, appDelegateConfig => { console.log(appDelegateConfig.modResults.contents); return appDelegateConfig; }); var _default = exports.default = withZaloAppDelegateDebug; //# sourceMappingURL=withAppDelegateDebug.js.map