react-native-zalo-auth
Version:
Zalo SDK for React Native
13 lines (12 loc) • 463 B
JavaScript
;
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